diff options
Diffstat (limited to 'home/.config/polybar')
-rw-r--r-- | home/.config/polybar/config.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/home/.config/polybar/config.ini b/home/.config/polybar/config.ini index 4e18fad..c00c0f3 100644 --- a/home/.config/polybar/config.ini +++ b/home/.config/polybar/config.ini @@ -196,6 +196,29 @@ enable-scroll = false ; Default: <label-state> format = <label-state> <label-mode> +; If any values for label-dimmed-N are defined, the workspace/mode +; colors will get overridden with those values if the monitor is out of focus +; To only override workspaces in a specific state, use: +; label-dimmed-focused +; label-dimmed-occupied +; label-dimmed-urgent +; label-dimmed-empty +label-dimmed-foreground = #555 +label-dimmed-underline = ${bar/top.background} +label-dimmed-focused-background = #f00 + +label-focused-foreground = #ffffff +label-focused-background = #3f3f3f +label-focused-underline = #fba922 + +label-occupied-underline = #555555 + +label-urgent-foreground = #000000 +label-urgent-background = #bd2c40 +label-urgent-underline = #9b0a20 + +label-empty-foreground = #55 + ; The following labels will be used to indicate the layout/mode ; for the focused workspace. Requires <label-mode> ; |