/usr/share/gnome-pie/themes/funky/theme.xml is in gnome-pie 0.5.4-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<theme name="Funky" description="Just testing what these themes can do..." author="Simon Schneegans" email="code@simonschneegans.de">
<pie radius="120" maxZoom="1.3" zoomRange="0.3" wobble="0.5" transitionTime="0.2" springiness="2.5"
fadeInTime="0.3" fadeOutTime="0.3" fadeInZoom="1.5" fadeOutZoom="0.4" fadeInRotation="0.5" fadeOutRotation="-0.7">
<center radius="100" activeRadius="40">
<center_layer file="bg.svg"
active_scale="0.5" active_rotationMode="auto" active_rotationSpeed="6" active_colorize="false" active_alpha="1.0"
inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="-6" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="star.svg"
active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="5" active_colorize="false" active_alpha="1.0"
inactive_scale="0.3" inactive_rotationMode="auto" inactive_rotationSpeed="1" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="red.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="-2" active_colorize="false" active_alpha="1.0"
inactive_scale="0.5" inactive_rotationMode="auto" inactive_rotationSpeed="-2" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="blue.svg"
active_scale="0.5" active_rotationMode="auto" active_rotationSpeed="2" active_colorize="false" active_alpha="1.0"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="2" inactive_colorize="false" inactive_alpha="1.0" />
<center_layer file="caption.svg"
active_scale="1.0" active_rotationMode="auto" active_rotationSpeed="0" active_colorize="false" active_alpha="0.8"
inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0" inactive_colorize="false" inactive_alpha="0.0" />
</center>
<slices radius="35" minGap="0">
<activeSlice>
<slice_layer type="file" file="icon_bg.svg" scale="1" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="1" colorize="true" />
<slice_layer type="icon" scale="0.7"/>
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</activeSlice>
<inactiveSlice>
<slice_layer type="file" file="icon_bg.svg" scale="0.7" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="0.65" colorize="false" />
<slice_layer type="icon" scale="0.5"/>
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="28" font="sans bold 10" width="85" height="20" visibility="with_caption" />
</inactiveSlice>
</slices>
<caption position="-35" font="sans bold 10" width="100" height="20" />
</pie>
</theme>
|