summaryrefslogtreecommitdiff
path: root/resources/themes/gloss/theme.xml
blob: 760b9b61290d41e5e1b8eced58fd5741035e86a6 (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
<?xml version="1.0" encoding="UTF-8"?>

<theme name="Glossy" description="A shiny theme for Gnome-Pie" author="Simon Schneegans" email="code@simonschneegans.de">
    <pie radius="100" maxZoom="1.3" zoomRange="0.2" transitionTime="0.1" fadeInTime="0.2" fadeOutTime="0.2" fadeInZoom="0.7" fadeOutZoom="0.7">
        <center radius="65" activeRadius="40">
            <center_layer file="icon_bg.svg" 
                          active_scale="1"     active_rotationMode="auto"   active_rotationSpeed="0"  active_colorize="false"    active_alpha="1.0" 
                          inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0"  inactive_colorize="false" inactive_alpha="1.0" />
            <center_layer file="glow_bg.svg" 
                          active_scale="1"     active_rotationMode="auto"   active_rotationSpeed="0"  active_colorize="true"    active_alpha="0.8" 
                          inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0"  inactive_colorize="false" inactive_alpha="0.3" />
            <center_layer file="icon_fg.svg" 
                          active_scale="1"   active_rotationMode="auto"   active_rotationSpeed="0"    active_colorize="false"    active_alpha="1.0"
                          inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="1.0" />
            <center_layer file="arrow.svg" 
                          active_scale="1"     active_rotationMode="turn_to_mouse"   active_rotationSpeed="10.0"    active_colorize="false"    active_alpha="1.0" 
                          inactive_scale="0.6" inactive_rotationMode="auto" inactive_rotationSpeed="0.0"  inactive_colorize="false" inactive_alpha="0.0" />
        </center>
        <slices radius="26" minGap="0">
            <activeSlice>
                <slice_layer type="file" file="icon_bg.svg"   scale="1"   colorize="false" />
                <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" />
                <slice_layer type="file" file="icon_fg_active.svg"   scale="1"   colorize="false" />
            </activeSlice>
            <inactiveSlice>
                <slice_layer type="file" file="icon_bg.svg"   scale="1"   colorize="false" />
                <slice_layer type="icon" file="icon_mask.svg" scale="0.9" colorize="false" />
                <slice_layer type="file" file="icon_fg.svg"   scale="1"   colorize="false" />
            </inactiveSlice>
        </slices>
        <caption position="0"  font="sans 10" width="100" height="100" />
    </pie>
</theme>