diff options
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 7a27d76..9030d8f 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -69,6 +69,9 @@ batt-charging-fg = ${colors.foreground-alt} batt-discharging-bg = ${colors.peach} batt-discharging-fg = ${colors.foreground-alt} +batt-low-bg = ${colors.red} +batt-low-fg = ${colors.foreground-alt} + batt-full-bg = ${colors.background} batt-full-fg = ${colors.module-color-0} |