From b33be93e68fdb0db3fe79d206d8d65559624899c Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 Sep 2025 22:34:57 +0530 Subject: added polydoro to polybar, and turning battery widget red on low battery --- .config/polybar/colors.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/polybar/colors.ini') 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} -- cgit v1.2.3