diff options
Diffstat (limited to 'resources/themes/adwaita/theme.xml')
-rw-r--r-- | resources/themes/adwaita/theme.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/themes/adwaita/theme.xml b/resources/themes/adwaita/theme.xml index d238b68..d7e2d04 100644 --- a/resources/themes/adwaita/theme.xml +++ b/resources/themes/adwaita/theme.xml @@ -14,11 +14,15 @@ <slices radius="30"> <activeSlice> <slice_layer type="file" file="icon_active.svg" scale="1.8" /> - <slice_layer type="icon" scale="0.9" /> + <slice_layer type="icon" scale="0.9" file="caption_mask.svg" visibility="with_caption" /> + <slice_layer type="icon" scale="0.9" visibility="without_caption" /> + <slice_layer type="caption" y="22" font="sans 9" width="60" color="#000" height="20" visibility="with_caption" /> </activeSlice> <inactiveSlice> <slice_layer type="file" file="icon_inactive.svg" scale="1.8" /> - <slice_layer type="icon" scale="0.9" /> + <slice_layer type="icon" scale="0.9" file="caption_mask.svg" visibility="with_caption" /> + <slice_layer type="icon" scale="0.9" visibility="without_caption" /> + <slice_layer type="caption" y="22" font="sans 9" width="60" color="#000" height="20" visibility="with_caption" /> </inactiveSlice> </slices> <caption position="0" font="sans 10" width="100" height="100" color="#000"/> |