diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:19:59 +0100 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:19:59 +0100 |
commit | 98f3ef2689de06e8ab8b46a91acfa7dd2056a3a6 (patch) | |
tree | b98e438ac1082925e12af6dfec6d9ebeb4e3035e /resources/themes/gloss/theme.xml | |
parent | a824c3e5bdab686901b02667609282e7d596a6af (diff) |
Imported Upstream version 0.5.1
Diffstat (limited to 'resources/themes/gloss/theme.xml')
-rw-r--r-- | resources/themes/gloss/theme.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/resources/themes/gloss/theme.xml b/resources/themes/gloss/theme.xml index 760b9b6..1097b02 100644 --- a/resources/themes/gloss/theme.xml +++ b/resources/themes/gloss/theme.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <theme name="Glossy" description="A shiny theme for Gnome-Pie" author="Simon Schneegans" email="code@simonschneegans.de"> - <pie radius="100" maxZoom="1.3" zoomRange="0.2" transitionTime="0.1" fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.7"> + <pie radius="100" maxZoom="1.3" zoomRange="0.2" wobble="0.1" transitionTime="0.1" fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.7"> <center radius="65" activeRadius="40"> <center_layer file="icon_bg.svg" active_scale="1" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" @@ -16,16 +16,20 @@ active_scale="1" active_rotationMode="turn_to_mouse" active_rotationSpeed="10.0" active_colorize="false" active_alpha="1.0" inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0.0" inactive_colorize="false" inactive_alpha="0.0" /> </center> - <slices radius="26" minGap="0"> + <slices radius="33" minGap="4"> <activeSlice> - <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" /> - <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" /> - <slice_layer type="file" file="icon_fg_active.svg" scale="1" colorize="false" /> + <slice_layer type="file" file="icon_bg.svg" scale="0.9" colorize="false" /> + <slice_layer type="icon" file="icon_mask.svg" scale="0.81" colorize="false" /> + <slice_layer type="file" file="icon_fg_active.svg" scale="0.9" colorize="false" /> + <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" /> + <slice_layer type="caption" y="31" font="sans bold 9" width="75" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> - <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" /> - <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" /> - <slice_layer type="file" file="icon_fg.svg" scale="1" colorize="false" /> + <slice_layer type="file" file="icon_bg.svg" scale="0.9" colorize="false" /> + <slice_layer type="icon" file="icon_mask.svg" scale="0.81" colorize="false" /> + <slice_layer type="file" file="icon_fg.svg" scale="0.9" colorize="false" /> + <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" /> + <slice_layer type="caption" y="31" font="sans bold 9" width="75" height="20" visibility="with_caption" /> </inactiveSlice> </slices> <caption position="0" font="sans 10" width="100" height="100" /> |