diff --git a/arch-config/.config/polybar/modules/battery.ini b/arch-config/.config/polybar/modules/battery.ini index 32208a71..e8d3f232 100644 --- a/arch-config/.config/polybar/modules/battery.ini +++ b/arch-config/.config/polybar/modules/battery.ini @@ -14,12 +14,13 @@ format-charging-underline = ${colors.orange} format-discharging = label-discharging =  %percentage%% %time% left +format-discharging-underline = ${colors.orange} format-discharging-foreground = ${colors.foreground} format-discharging-background = ${colors.background} format-full-prefix = " " format-full-prefix-foreground = #a3c725 -format-full-underline = #a3c725 +format-full-underline = ${colors.orange} format-foreground = ${colors.foreground} format-background = ${colors.background}