summaryrefslogtreecommitdiff
path: root/resources/themes/simple_clock/theme.xml
blob: e271b4b027276c0bf08d52cd43db1bab48396240 (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
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>

<theme name="Analog Clock" description="A clean analog clock theme" author="Simon Schneegans" email="code@simonschneegans.de">
    <pie radius="110" maxZoom="1.1" zoomRange="0.1" transitionTime="0.2" springiness="1.5"
          fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="0.5" fadeOutZoom="0.7" fadeInRotation="0.2" fadeOutRotation="-0.3">
        <center radius="80" activeRadius="55">
            <center_layer file="ring.svg" />
            <center_layer file="hour.svg"
                          active_alpha="0"
                          active_rotationMode="turn_to_hour_12"   active_rotationSpeed="10"
                          inactive_rotationMode="turn_to_hour_12" inactive_rotationSpeed="10" />
            <center_layer file="minute.svg"
                          active_alpha="0"
                          active_rotationMode="turn_to_minute"   active_rotationSpeed="10"
                          inactive_rotationMode="turn_to_minute" inactive_rotationSpeed="10" />
            <center_layer file="second.svg"
                          active_alpha="0"
                          active_rotationMode="turn_to_second"   active_rotationSpeed="10"
                          inactive_rotationMode="turn_to_second" inactive_rotationSpeed="10" />
            <center_layer file="gloss.svg" />
        </center>
        <slices radius="25">
            <activeSlice>
                <slice_layer type="file" file="icon.svg" scale="1.7" />
                <slice_layer type="file" colorize="false" file="icon.svg" scale="1.7" />
                <slice_layer type="icon" scale="1.4" file="icon_mask_caption.svg" visibility="with_caption" />
                <slice_layer type="icon" scale="1.4" file="icon_mask.svg" visibility="without_caption" />
                <slice_layer type="file" colorize="false" file="icon_gloss.svg" scale="1.7" />
                <slice_layer type="caption" y="22" font="sans 8" width="50" color="#dcdcdc" height="20" visibility="with_caption" />
            </activeSlice>
            <inactiveSlice>
                <slice_layer type="file" file="icon.svg" scale="1.7" />
                <slice_layer type="icon" scale="1.4" file="icon_mask_caption.svg" visibility="with_caption" />
                <slice_layer type="icon" scale="1.4" file="icon_mask.svg" visibility="without_caption" />
                <slice_layer type="file" colorize="false" file="icon_gloss.svg" scale="1.7" />
                <slice_layer type="caption" y="22" font="sans 8" width="50" color="#dcdcdc" height="20" visibility="with_caption" />
            </inactiveSlice>
        </slices>
        <caption position="0" font="sans 10" width="80" height="80" color="#dcdcdc"/>
    </pie>
</theme>