Added the 'binding_mode' color directive to the documentation.
This commit is contained in:
parent
9b691bcca2
commit
b118b588ee
18
docs/ipc
18
docs/ipc
|
@ -520,21 +520,23 @@ statusline::
|
||||||
Text color to be used for the statusline.
|
Text color to be used for the statusline.
|
||||||
separator::
|
separator::
|
||||||
Text color to be used for the separator.
|
Text color to be used for the separator.
|
||||||
focused_workspace_text/focused_workspace_bg::
|
focused_workspace_text/focused_workspace_bg/focused_workspace_border::
|
||||||
Text color/background color for a workspace button when the workspace
|
Text/background/border color for a workspace button when the workspace
|
||||||
has focus.
|
has focus.
|
||||||
active_workspace_text/active_workspace_bg::
|
active_workspace_text/active_workspace_bg/active_workspace_border::
|
||||||
Text color/background color for a workspace button when the workspace
|
Text/background/border color for a workspace button when the workspace
|
||||||
is active (visible) on some output, but the focus is on another one.
|
is active (visible) on some output, but the focus is on another one.
|
||||||
You can only tell this apart from the focused workspace when you are
|
You can only tell this apart from the focused workspace when you are
|
||||||
using multiple monitors.
|
using multiple monitors.
|
||||||
inactive_workspace_text/inactive_workspace_bg::
|
inactive_workspace_text/inactive_workspace_bg/inactive_workspace_border::
|
||||||
Text color/background color for a workspace button when the workspace
|
Text/background/border color for a workspace button when the workspace
|
||||||
does not have focus and is not active (visible) on any output. This
|
does not have focus and is not active (visible) on any output. This
|
||||||
will be the case for most workspaces.
|
will be the case for most workspaces.
|
||||||
urgent_workspace_text/urgent_workspace_bar::
|
urgent_workspace_text/urgent_workspace_bg/urgent_workspace_border::
|
||||||
Text color/background color for workspaces which contain at least one
|
Text/background/border color for workspaces which contain at least one
|
||||||
window with the urgency hint set.
|
window with the urgency hint set.
|
||||||
|
binding_mode_text/binding_mode_bg/binding_mode_border::
|
||||||
|
Text/background/border color for the binding mode indicator.
|
||||||
|
|
||||||
|
|
||||||
*Example of configured bars:*
|
*Example of configured bars:*
|
||||||
|
|
|
@ -1457,7 +1457,10 @@ inactive_workspace::
|
||||||
will be the case for most workspaces.
|
will be the case for most workspaces.
|
||||||
urgent_workspace::
|
urgent_workspace::
|
||||||
Border, background and text color for a workspace button when the workspace
|
Border, background and text color for a workspace button when the workspace
|
||||||
contains a window with the urgency hint set. Also applies to +mode+ indicators.
|
contains a window with the urgency hint set.
|
||||||
|
binding_mode::
|
||||||
|
Border, background and text color for the binding mode indicator. If not used,
|
||||||
|
the colors will be taken from +urgent_workspace+.
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
@ -1482,6 +1485,7 @@ bar {
|
||||||
active_workspace #333333 #5f676a #ffffff
|
active_workspace #333333 #5f676a #ffffff
|
||||||
inactive_workspace #333333 #222222 #888888
|
inactive_workspace #333333 #222222 #888888
|
||||||
urgent_workspace #2f343a #900000 #ffffff
|
urgent_workspace #2f343a #900000 #ffffff
|
||||||
|
binding_mode #2f343a #900000 #ffffff
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue