diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-23 17:12:32 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-11-23 17:12:32 +0100 |
commit | 79210241eafe8193ca26f45356e3b4819f7cd78c (patch) | |
tree | b2dfefdc40b4a225a6cf6e1d3d9bab5106e86b7c /.config/polybar | |
parent | 50deec514422a5f54cfbb45554ac0f32121e2761 (diff) |
polybar cleaner workspace area
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 4a64441..ca56c64 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -140,6 +140,7 @@ label-focused-padding = 3 ; unfocused = Inactive workspace on any monitor label-unfocused = %index% +label-unfocused-background = #0f1b36 label-unfocused-padding = 3 ; visible = Active workspace on unfocused monitor @@ -153,9 +154,7 @@ label-urgent = %index% label-urgent-background = ${colors.alert} label-urgent-padding = 3 -; Separator in between workspaces -; label-separator = | - +label-separator = " " [module/date] type = internal/date |