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.
|
||||
separator::
|
||||
Text color to be used for the separator.
|
||||
focused_workspace_text/focused_workspace_bg::
|
||||
Text color/background color for a workspace button when the workspace
|
||||
focused_workspace_text/focused_workspace_bg/focused_workspace_border::
|
||||
Text/background/border color for a workspace button when the workspace
|
||||
has focus.
|
||||
active_workspace_text/active_workspace_bg::
|
||||
Text color/background color for a workspace button when the workspace
|
||||
active_workspace_text/active_workspace_bg/active_workspace_border::
|
||||
Text/background/border color for a workspace button when the workspace
|
||||
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
|
||||
using multiple monitors.
|
||||
inactive_workspace_text/inactive_workspace_bg::
|
||||
Text color/background color for a workspace button when the workspace
|
||||
inactive_workspace_text/inactive_workspace_bg/inactive_workspace_border::
|
||||
Text/background/border color for a workspace button when the workspace
|
||||
does not have focus and is not active (visible) on any output. This
|
||||
will be the case for most workspaces.
|
||||
urgent_workspace_text/urgent_workspace_bar::
|
||||
Text color/background color for workspaces which contain at least one
|
||||
urgent_workspace_text/urgent_workspace_bg/urgent_workspace_border::
|
||||
Text/background/border color for workspaces which contain at least one
|
||||
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:*
|
||||
|
|
|
@ -1457,7 +1457,10 @@ inactive_workspace::
|
|||
will be the case for most workspaces.
|
||||
urgent_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*:
|
||||
----------------------------------------
|
||||
|
@ -1482,6 +1485,7 @@ bar {
|
|||
active_workspace #333333 #5f676a #ffffff
|
||||
inactive_workspace #333333 #222222 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
binding_mode #2f343a #900000 #ffffff
|
||||
}
|
||||
}
|
||||
--------------------------------------
|
||||
|
|
Loading…
Reference in New Issue