labwc-theme(5): add window.label.text.justify

In support of labwc@8b8e37c2
This commit is contained in:
Johan Malm 2021-10-17 20:52:29 +01:00
parent 8b8e37c268
commit d620a95281

View file

@ -27,6 +27,10 @@ A theme consists of a themerc file and optionally some xbm icons.
Other formats will be supported later for better openbox theme Other formats will be supported later for better openbox theme
compatibility. compatibility.
*justification*
Justification determines the horizontal alignment of text. Valid options
are Left, Center and Right.
# THEME ELEMENTS # THEME ELEMENTS
*border.width* *border.width*
@ -48,6 +52,10 @@ A theme consists of a themerc file and optionally some xbm icons.
*window.inactive.label.text.color* *window.inactive.label.text.color*
Text color non-focussed windows' titlebars Text color non-focussed windows' titlebars
*window.label.text.justify*
Specifies how window titles are aligned in the titlebar for both
focused and unfocused windows. Type justification. Default Left.
*window.active.button.unpressed.image.color* *window.active.button.unpressed.image.color*
Color of the images in titlebar buttons in their default, unpressed, Color of the images in titlebar buttons in their default, unpressed,
state. This element is for the focused window. state. This element is for the focused window.