diff options
Diffstat (limited to 'resources/themes/o-pie/theme.xml')
-rw-r--r-- | resources/themes/o-pie/theme.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/resources/themes/o-pie/theme.xml b/resources/themes/o-pie/theme.xml new file mode 100644 index 0000000..19d4101 --- /dev/null +++ b/resources/themes/o-pie/theme.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<theme name="O-Pie" description="Inspired by the original O-Pie theme" author="Simon Schneegans" email="josi.schneegans@vr-web.de"> + <pie radius="120" maxZoom="1.3" zoomRange="0.2" 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" + active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="4" active_colorize="true" active_alpha="1.0" + inactive_scale="0.8" inactive_rotationMode="auto" inactive_rotationSpeed="-0.5" inactive_colorize="false" inactive_alpha="1.0" /> + <center_layer file="arrow.svg" + 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"> + <activeSlice> + <slice_layer type="icon" /> + </activeSlice> + <inactiveSlice> + <slice_layer type="icon" /> + </inactiveSlice> + </slices> + </pie> +</theme> + |