Merge pull request #1850 from Airblader/feature-docs-8
[docs] Move client.background to the list of colorclasses
This commit is contained in:
commit
180a8c8cea
|
@ -801,18 +801,11 @@ client.urgent::
|
||||||
client.placeholder::
|
client.placeholder::
|
||||||
Background and text color are used to draw placeholder window contents
|
Background and text color are used to draw placeholder window contents
|
||||||
(when restoring layouts). Border and indicator are ignored.
|
(when restoring layouts). Border and indicator are ignored.
|
||||||
|
client.background::
|
||||||
You can also specify the color to be used to paint the background of the client
|
Background color which will be used to paint the background of the
|
||||||
windows. This color will be used to paint the window on top of which the client
|
client window on top of which the client will be rendered. Only clients
|
||||||
will be rendered.
|
which do not cover the whole area of this window expose the color. Note
|
||||||
|
that this colorclass only takes a single color.
|
||||||
*Syntax*:
|
|
||||||
-------------------------
|
|
||||||
client.background <color>
|
|
||||||
-------------------------
|
|
||||||
|
|
||||||
Only clients that do not cover the whole area of this window expose the color
|
|
||||||
used to paint it.
|
|
||||||
|
|
||||||
Colors are in HTML hex format (#rrggbb), see the following example:
|
Colors are in HTML hex format (#rrggbb), see the following example:
|
||||||
|
|
||||||
|
@ -824,6 +817,8 @@ client.focused_inactive #333333 #5f676a #ffffff #484e50
|
||||||
client.unfocused #333333 #222222 #888888 #292d2e
|
client.unfocused #333333 #222222 #888888 #292d2e
|
||||||
client.urgent #2f343a #900000 #ffffff #900000
|
client.urgent #2f343a #900000 #ffffff #900000
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000
|
client.placeholder #000000 #0c0c0c #ffffff #000000
|
||||||
|
|
||||||
|
client.background #ffffff
|
||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
|
|
||||||
Note that for the window decorations, the color around the child window is the
|
Note that for the window decorations, the color around the child window is the
|
||||||
|
|
Loading…
Reference in New Issue