aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config
diff options
context:
space:
mode:
authorLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-04-11 13:57:25 +0100
committerLibravatar Arnold Sommerfeld <sommerfeld@strisemarx.com>2024-04-11 13:57:25 +0100
commitc79eb0c650b5451a65c5c1f25e319d641579d163 (patch)
treea76fce4c02b64361b8d53551d3fff638baf96f08 /home/.config
parentb85a9d87aa616691bde92d75b22ceeebbfe83c1a (diff)
downloaddotfiles-c79eb0c650b5451a65c5c1f25e319d641579d163.tar.gz
dotfiles-c79eb0c650b5451a65c5c1f25e319d641579d163.tar.bz2
dotfiles-c79eb0c650b5451a65c5c1f25e319d641579d163.zip
[polybar] Improve bspwm module formating
Diffstat (limited to 'home/.config')
-rw-r--r--home/.config/polybar/config.ini23
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>
;