Added the 'binding_mode' color directive to the documentation.

This commit is contained in:
Ingo Bürk
2015-05-31 16:07:40 +02:00
parent 9b691bcca2
commit b118b588ee
2 changed files with 15 additions and 9 deletions

View File

@ -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
}
}
--------------------------------------