summaryrefslogtreecommitdiff
path: root/resources/themes/funky/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/funky/theme.xml')
-rw-r--r--resources/themes/funky/theme.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/themes/funky/theme.xml b/resources/themes/funky/theme.xml
index 7a86ecc..edf841b 100644
--- a/resources/themes/funky/theme.xml
+++ b/resources/themes/funky/theme.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Funky" description="Just testing what these themes can do..." author="Simon Schneegans" email="code@simonschneegans.de">
- <pie radius="80" maxZoom="1.3" zoomRange="0.3" transitionTime="0.2" springiness="2.5"
+ <pie radius="120" maxZoom="1.3" zoomRange="0.3" wobble="0.5" transitionTime="0.2" springiness="2.5"
fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="1.5" fadeOutZoom="0.4" fadeInRotation="0.5" fadeOutRotation="-0.7">
<center radius="100" activeRadius="40">
<center_layer file="bg.svg"
@@ -20,19 +20,23 @@
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="0.8"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="0.0" />
</center>
- <slices radius="30" minGap="0">
+ <slices radius="35" minGap="0">
<activeSlice>
<slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="1" colorize="true" />
<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="file" file="icon_bg.svg" scale="0.7" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="0.65" colorize="false" />
<slice_layer type="icon" scale="0.5"/>
+ <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>
- <caption position="-35" font="sans bold 10" width="100" height="30" />
+ <caption position="-35" font="sans bold 10" width="100" height="20" />
</pie>
</theme>