summaryrefslogtreecommitdiff
path: root/resources/themes/slim/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/slim/theme.xml')
-rw-r--r--resources/themes/slim/theme.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/resources/themes/slim/theme.xml b/resources/themes/slim/theme.xml
index 07eaafc..97c8c42 100644
--- a/resources/themes/slim/theme.xml
+++ b/resources/themes/slim/theme.xml
@@ -2,7 +2,7 @@
<theme name="Slim" description="Well... quite simplistic" author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="120" maxZoom="1.3" zoomRange="0.2" transitionTime="0.2" springiness="1.5"
- fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.8" fadeOutZoom="0.8" fadeInRotation="0.3" fadeOutRotation="-0.3">
+ fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.8" wobble="0.1" fadeOutZoom="0.8" fadeInRotation="0.3" fadeOutRotation="-0.3">
<center radius="120" activeRadius="35">
<center_layer file="bg.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="1"
@@ -23,12 +23,16 @@
active_scale="0.7" active_rotationMode="turn_to_mouse" active_rotationSpeed="9.0" active_colorize="true" active_alpha="1.0"
inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="1.0" inactive_colorize="false" inactive_alpha="1.0" />
</center>
- <slices radius="24">
+ <slices radius="35" minGap="0">
<activeSlice>
- <slice_layer type="icon" />
+ <slice_layer type="icon" scale="0.7" />
+ <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
+ <slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</activeSlice>
<inactiveSlice>
- <slice_layer type="icon" />
+ <slice_layer type="icon" scale="0.7" />
+ <slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
+ <slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</inactiveSlice>
</slices>
</pie>