diff options
Diffstat (limited to 'resources/themes/bright/theme.xml')
-rw-r--r-- | resources/themes/bright/theme.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/themes/bright/theme.xml b/resources/themes/bright/theme.xml index 9ea3606..c1db9a9 100644 --- a/resources/themes/bright/theme.xml +++ b/resources/themes/bright/theme.xml @@ -11,16 +11,20 @@ active_scale="1.0" active_rotationMode="turn_to_mouse" active_rotationSpeed="15.0" active_colorize="true" active_alpha="1.0" inactive_scale="1.0" inactive_rotationMode="auto" inactive_rotationSpeed="0.0" inactive_colorize="true" inactive_alpha="0.0" /> </center> - <slices radius="26"> + <slices radius="28" minGap="14"> <activeSlice> <slice_layer type="file" file="icon_active.svg" scale="1" colorize="true" /> <slice_layer type="file" file="gloss.svg" scale="1" colorize="false" /> - <slice_layer type="icon" scale="0.9" colorize="false" /> + <slice_layer type="icon" scale="0.9" colorize="false" visibility="without_caption" /> + <slice_layer type="icon" scale="0.9" colorize="false" file="caption_mask.svg" visibility="with_caption"/> + <slice_layer type="caption" y="21" font="sans 9" color="#000" width="55" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> <slice_layer type="file" file="icon_inactive.svg" scale="1" colorize="false" /> <slice_layer type="file" file="gloss.svg" scale="1" colorize="false" /> - <slice_layer type="icon" scale="0.9" colorize="false" /> + <slice_layer type="icon" scale="0.9" colorize="false" visibility="without_caption"/> + <slice_layer type="icon" scale="0.9" colorize="false" file="caption_mask.svg" visibility="with_caption"/> + <slice_layer type="caption" y="21" font="sans 9" color="#000" width="55" height="20" visibility="with_caption" /> </inactiveSlice> </slices> <caption position="0" font="sans 10" width="90" height="90" color="#000"/> |