diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 10:12:39 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 10:12:39 +0530 |
commit | b4f636529a67aa7eae634f086ce86b706ae68b53 (patch) | |
tree | 3fdcfc8f40bef7551ca17d28ace18c648bd6b135 /.config | |
parent | 9c7380fae022bfd2759b1ec2baae7a521dc38271 (diff) |
changed battery charging color to mauve
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/colors.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 84c268e..f5410b3 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -64,7 +64,7 @@ vol-bg = ${colors.mauve} vol-fg-alt = ${colors.foreground-alt} vol-bg-alt = ${colors.peach} -batt-charging-bg = ${colors.green} +batt-charging-bg = ${colors.mauve} batt-charging-fg = ${colors.foreground-alt} batt-discharging-bg = ${colors.peach} |