diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-10 22:34:57 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-10 22:34:57 +0530 |
commit | b33be93e68fdb0db3fe79d206d8d65559624899c (patch) | |
tree | 4d7f4200d511bd961c24967d004040a4d17743e4 /.config/polybar/colors.ini | |
parent | 34d93d7b3ee771a10eaa99bd0065a432c7bc065d (diff) |
added polydoro to polybar, and turning battery widget red on low battery
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} |