]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: update theme documentation
authorFlrian <4444593+Flrian@users.noreply.github.com>
Fri, 23 Dec 2022 17:20:49 +0000 (18:20 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 23 Dec 2022 18:04:28 +0000 (19:04 +0100)
.. to reflect that its now possible to change the color of the menu button

docs/labwc-theme.5.scd
docs/themerc

index 0c5db0104d5632168bb845eadd8b2b874e7765a4..ccf52c0478a2de3c4504901fc23d7a92850536b5 100644 (file)
@@ -98,7 +98,7 @@ A theme consists of a themerc file and optionally some xbm icons.
        state. This element is for non-focused windows.
 
 Note: The button elements (i.e. window.[in]active.button.\*) support defining
-different types of buttons individually by inserting the type ("iconify", "max"
+different types of buttons individually by inserting the type ("menu", "iconify", "max"
 and "close") after the button node. For example:
 window.active.button.iconify.unpressed.image.color
 This syntax is not not documented on the openbox.org wiki, but is supported by
index 01a58619f5898349c12da2869eed76e99a096199..a37598f0b072ed4707a64f2fc610ecbade909937 100644 (file)
@@ -21,7 +21,7 @@ window.label.text.justify: center
 window.active.button.unpressed.image.color: #000000
 window.inactive.button.unpressed.image.color: #000000
 
-# Note that "iconify", "max", "close" buttons colors can be defined
+# Note that "menu", "iconify", "max", "close" buttons colors can be defined
 # individually by inserting the type after the button node, for example:
 #
 #     window.active.button.iconify.unpressed.image.color: #333333