summaryrefslogtreecommitdiff
path: root/resources/themes/o-pie/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/themes/o-pie/theme.xml')
-rw-r--r--resources/themes/o-pie/theme.xml14
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>