/usr/share/gnome-pie/themes/gloss/theme.xml is in gnome-pie 0.6.8-1.
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 | <?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" wobble="0.1" 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="33" minGap="4">
<activeSlice>
<slice_layer type="file" file="icon_bg.svg" scale="0.9" colorize="false" />
<slice_layer type="icon" file="icon_mask.svg" scale="0.81" colorize="false" />
<slice_layer type="file" file="icon_fg_active.svg" scale="0.9" colorize="false" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="31" font="sans bold 9" width="75" height="20" visibility="with_caption" />
</activeSlice>
<inactiveSlice>
<slice_layer type="file" file="icon_bg.svg" scale="0.9" colorize="false" />
<slice_layer type="icon" file="icon_mask.svg" scale="0.81" colorize="false" />
<slice_layer type="file" file="icon_fg.svg" scale="0.9" colorize="false" />
<slice_layer type="file" file="slice_caption.svg" scale="1" colorize="false" visibility="with_caption" />
<slice_layer type="caption" y="31" font="sans bold 9" width="75" height="20" visibility="with_caption" />
</inactiveSlice>
</slices>
<caption position="0" font="sans 10" width="100" height="100" />
</pie>
</theme>
|