diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index 387afb4..ffa4321 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -55,13 +55,13 @@ pin-workspaces = true label-mode-background = ${colors.highlight} label-mode-padding = 1 label-focused = %name% -label-focused-background = ${colors.highlight} +label-focused-background = #cc5c00 label-focused-padding = 1 label-unfocused = %name% label-unfocused-padding = 1 label-visible = %name% -label-visible-background = ${self.label-focused-background} -label-visible-padding = ${self.label-focused-padding} +label-visible-background = ${colors.highlight} +label-visible-padding = 1 label-urgent = %name% label-urgent-background = #a00000 label-urgent-padding = 1