summaryrefslogtreecommitdiff
path: root/resources/themes/o-pie/theme.xml
blob: 862c3f48d2f842c3d6208d97d36433f890929c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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" 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" 
                          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="32" minGap="10">
            <activeSlice>
                <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" 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>
</theme>