Optionally change i3bar color on focused output, implements #2020
This commit is contained in:
8
docs/ipc
8
docs/ipc
@ -520,6 +520,14 @@ statusline::
|
||||
Text color to be used for the statusline.
|
||||
separator::
|
||||
Text color to be used for the separator.
|
||||
focused_background::
|
||||
Background color of the bar on the currently focused monitor output.
|
||||
focused_statusline::
|
||||
Text color to be used for the statusline on the currently focused
|
||||
monitor output.
|
||||
focused_separator::
|
||||
Text color to be used for the separator on the currently focused
|
||||
monitor output.
|
||||
focused_workspace_text/focused_workspace_bg/focused_workspace_border::
|
||||
Text/background/border color for a workspace button when the workspace
|
||||
has focus.
|
||||
|
@ -1529,6 +1529,15 @@ statusline::
|
||||
Text color to be used for the statusline.
|
||||
separator::
|
||||
Text color to be used for the separator.
|
||||
focused_background::
|
||||
Background color of the bar on the currently focused monitor output. If
|
||||
not used, the color will be taken from +background+.
|
||||
focused_statusline::
|
||||
Text color to be used for the statusline on the currently focused
|
||||
monitor output. If not used, the color will be taken from +statusline+.
|
||||
focused_separator::
|
||||
Text color to be used for the separator on the currently focused
|
||||
monitor output. If not used, the color will be taken from +separator+.
|
||||
focused_workspace::
|
||||
Border, background and text color for a workspace button when the workspace
|
||||
has focus.
|
||||
|
Reference in New Issue
Block a user