From b118b588ee85ac23548281dfc836edb121256156 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Sun, 31 May 2015 16:07:40 +0200 Subject: [PATCH] Added the 'binding_mode' color directive to the documentation. --- docs/ipc | 18 ++++++++++-------- docs/userguide | 6 +++++- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/ipc b/docs/ipc index 210ab45d..837b4d98 100644 --- a/docs/ipc +++ b/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:* diff --git a/docs/userguide b/docs/userguide index 2ef17f38..2c90c50d 100644 --- a/docs/userguide +++ b/docs/userguide @@ -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 } } -------------------------------------- -- 2.39.5