diff --git a/files/.config/polybar/config b/files/.config/polybar/config index 6191798..705fd76 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -14,8 +14,6 @@ [colors] background = #1C1B1D foreground = #ffffff -urgent = #e06c75 -accent = #98c379 black = "#24272a" red = "#E06C75" @@ -26,6 +24,9 @@ magenta = "#C678DD" cyan = "#56B6C2" white = "#D8D8D8" +urgent = ${colors.red} +accent = ${colors.green} + [bar/laptop] monitor = ${env:MONITOR} @@ -98,8 +99,8 @@ label-visible = "%icon%" label-visible-padding = 2 label-urgent = "%icon%" -label-urgent-background = ${colors.urgent} -label-urgent-foreground = ${colors.background} +label-urgent-overline = ${colors.urgent} +label-urgent-foreground = ${colors.urgent} label-urgent-padding = 2 label-mode = "%mode%"