diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:20:00 +0100 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:20:00 +0100 |
commit | 9efffcc071e59e6c0fe5d0b406e558cc7319e8ee (patch) | |
tree | 1f4d8d555dc439403da78c52e413be3c29833c21 /resources/themes/o-pie/theme.xml | |
parent | 75655ffca55cb5e5ca51d8f6a4d3d600f1f54cdc (diff) | |
parent | 98f3ef2689de06e8ab8b46a91acfa7dd2056a3a6 (diff) |
Merge tag 'upstream/0.5.1'
Upstream version 0.5.1
Diffstat (limited to 'resources/themes/o-pie/theme.xml')
-rw-r--r-- | resources/themes/o-pie/theme.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/resources/themes/o-pie/theme.xml b/resources/themes/o-pie/theme.xml index 7381d25..862c3f4 100644 --- a/resources/themes/o-pie/theme.xml +++ b/resources/themes/o-pie/theme.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <theme name="O-Pie" description="Inspired by the original O-Pie theme" author="Simon Schneegans" email="code@simonschneegans.de"> - <pie radius="120" maxZoom="1.3" zoomRange="0.2" transitionTime="0.1" springiness="1.5" + <pie radius="120" maxZoom="1.3" zoomRange="0.2" wobble="0.4" transitionTime="0.1" springiness="1.5" fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.8" fadeInRotation="0.2" fadeOutRotation="-0.2"> <center radius="70" activeRadius="35"> <center_layer file="ring.svg" @@ -11,12 +11,18 @@ active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="15.0" active_colorize="true" active_alpha="1.0" inactive_scale="0.8" inactive_rotationMode="turn_to_mouse" inactive_rotationSpeed="5.0" inactive_colorize="false" inactive_alpha="0.0" /> </center> - <slices radius="24"> + <slices radius="32" minGap="10"> <activeSlice> - <slice_layer type="icon" /> + <slice_layer type="icon" scale="0.7" /> + <slice_layer type="file" file="caption1.svg" scale="1" colorize="false" visibility="with_caption" /> + <slice_layer type="file" file="caption2.svg" scale="1" colorize="true" visibility="with_caption" /> + <slice_layer type="caption" y="33" font="sans 10" color="#000" width="66" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> - <slice_layer type="icon" /> + <slice_layer type="icon" scale="0.7" /> + <slice_layer type="file" file="caption1.svg" scale="1" colorize="false" visibility="with_caption" /> + <slice_layer type="file" file="caption2.svg" scale="1" colorize="true" visibility="with_caption" /> + <slice_layer type="caption" y="33" font="sans 10" color="#000" width="66" height="20" visibility="with_caption" /> </inactiveSlice> </slices> </pie> |