docs/labwc-theme.5.scd: made text fit in max 80-column wide lines

For general consistency and better readability as source.
This commit is contained in:
Tomi Ollila 2023-12-11 23:12:07 +02:00 committed by Johan Malm
parent 268191fce8
commit c5852db5b5

View file

@ -34,8 +34,8 @@ labwc-config(5).
- #rrggbb aaa (same but with decimal alpha value) - #rrggbb aaa (same but with decimal alpha value)
*justification* *justification*
Justification determines the horizontal alignment of text. Valid options Justification determines the horizontal alignment of text.
are Left, Center and Right. Valid options are Left, Center and Right.
# THEME ELEMENTS # THEME ELEMENTS
@ -44,12 +44,13 @@ labwc-config(5).
Default is 1. Default is 1.
*padding.height* *padding.height*
Vertical padding size, used for spacing out elements in the window decorations. Vertical padding size, used for spacing out elements in the window
Default is 3. decorations. Default is 3.
*titlebar.height* *titlebar.height*
Window title bar height. Window title bar height.
Default equals the vertical font extents of the title plus 2x padding.height. Default equals the vertical font extents of the title plus 2x
padding.height.
*menu.items.padding.x* *menu.items.padding.x*
Horizontal padding of menu text entries in pixels. Horizontal padding of menu text entries in pixels.
@ -71,11 +72,13 @@ labwc-config(5).
*menu.width.min* *menu.width.min*
Minimal width for menus. Default is 20. Minimal width for menus. Default is 20.
A fixed width can be achieved by setting .min and .max to the same value. A fixed width can be achieved by setting .min and .max to the same
value.
*menu.width.max* *menu.width.max*
Maximal width for menus. Default is 200. Maximal width for menus. Default is 200.
A fixed width can be achieved by setting .min and .max to the same value. A fixed width can be achieved by setting .min and .max to the same
value.
*window.active.border.color* *window.active.border.color*
Border color of active window Border color of active window
@ -85,7 +88,8 @@ labwc-config(5).
*window.active.indicator.toggled-keybind.color* *window.active.indicator.toggled-keybind.color*
Status indicator for the ToggleKeybinds action. Can be set to the same Status indicator for the ToggleKeybinds action. Can be set to the same
value as set for window.active.border.color to disable the status indicator. value as set for window.active.border.color to disable the status
indicator.
*window.active.title.bg.color* *window.active.title.bg.color*
Background color for the focused window's titlebar Background color for the focused window's titlebar
@ -112,8 +116,8 @@ labwc-config(5).
state. This element is for non-focused windows. state. This element is for non-focused windows.
Note: The button elements (i.e. window.[in]active.button.\*) support defining Note: The button elements (i.e. window.[in]active.button.\*) support defining
different types of buttons individually by inserting the type ("menu", "iconify", "max" different types of buttons individually by inserting the type ("menu",
and "close") after the button node. For example: "iconify", "max" and "close") after the button node. For example:
window.active.button.iconify.unpressed.image.color window.active.button.iconify.unpressed.image.color
This syntax is not documented on the openbox.org wiki, but is supported by This syntax is not documented on the openbox.org wiki, but is supported by
openbox and is used by many popular themes. For the sake of brevity, these openbox and is used by many popular themes. For the sake of brevity, these
@ -175,10 +179,12 @@ elements are not listed here, but are supported.
Default is 2. Default is 2.
*osd.workspace-switcher.boxes.width* *osd.workspace-switcher.boxes.width*
Width of boxes in workspace switcher in pixels. Setting to 0 disables boxes. Default is 20. Width of boxes in workspace switcher in pixels. Setting to 0 disables
boxes. Default is 20.
*osd.workspace-switcher.boxes.height* *osd.workspace-switcher.boxes.height*
Height of boxes in workspace switcher in pixels. Setting to 0 disables boxes. Default is 20. Height of boxes in workspace switcher in pixels. Setting to 0 disables
boxes. Default is 20.
*border.color* *border.color*
Set all border colors. This is obsolete, but supported for backward Set all border colors. This is obsolete, but supported for backward