diff options
Diffstat (limited to 'resources/themes/unity/theme.xml')
-rw-r--r-- | resources/themes/unity/theme.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/themes/unity/theme.xml b/resources/themes/unity/theme.xml index a38c815..3e9f3d1 100644 --- a/resources/themes/unity/theme.xml +++ b/resources/themes/unity/theme.xml @@ -15,12 +15,16 @@ <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" file="caption_mask.svg" visibility="with_caption" /> + <slice_layer type="icon" scale="0.9" colorize="false" visibility="without_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="file" file="caption.svg" scale="1" colorize="false" visibility="with_caption" /> + <slice_layer type="caption" y="21" font="sans 9" color="#fff" width="55" height="20" visibility="with_caption" /> </inactiveSlice> </slices> <caption position="0" font="sans 10" width="90" height="90" /> |