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/elementary/theme.xml | |
parent | 75655ffca55cb5e5ca51d8f6a4d3d600f1f54cdc (diff) | |
parent | 98f3ef2689de06e8ab8b46a91acfa7dd2056a3a6 (diff) |
Merge tag 'upstream/0.5.1'
Upstream version 0.5.1
Diffstat (limited to 'resources/themes/elementary/theme.xml')
-rw-r--r-- | resources/themes/elementary/theme.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/themes/elementary/theme.xml b/resources/themes/elementary/theme.xml index 9282ba6..0667707 100644 --- a/resources/themes/elementary/theme.xml +++ b/resources/themes/elementary/theme.xml @@ -1,20 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <theme name="Elementary" description="Inspired by the style of Elementary OS" author="Simon Schneegans" email="code@simonschneegans.de"> - <pie radius="120" maxZoom="1.2" zoomRange="0.1" transitionTime="0.15" springiness="1.3" + <pie radius="120" maxZoom="1.2" zoomRange="0.1" wobble="0.1" transitionTime="0.15" springiness="1.3" 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" active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1.0" inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" /> </center> - <slices radius="40" minGap="-10" > + <slices radius="40" minGap="-5" > <activeSlice> <slice_layer type="file" file="icon_bg.svg" scale="1" colorize="true" /> <slice_layer type="icon" scale="0.5" /> + <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="true" visibility="with_caption" /> + <slice_layer type="caption" y="30" font="sans 10" width="85" color="#000" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> <slice_layer type="icon" scale="0.5" /> + <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="true" visibility="with_caption" /> + <slice_layer type="caption" y="30" font="sans 10" width="85" color="#000" height="20" visibility="with_caption" /> </inactiveSlice> </slices> <caption position="0" font="sans 10" width="90" height="90" /> |