commit b57fa03b2f81d528d4bd86ddc50e193cd6c69078
parent 120d6eaea307e6384329c20cbedb7efc3ddc2b40
Author: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 17 Jul 2018 14:45:12 -0400
battery colors fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/i3battery b/.scripts/i3battery
@@ -6,7 +6,7 @@ colorget() {
if [[ $NUM -ge 80 ]]; then
color="#00FF00"
elif [[ $NUM -ge 60 ]]; then
- color="#FF0000"
+ color="#FFFFFF"
elif [[ $NUM -ge 40 ]]; then
color="#FFF600"
elif [[ $NUM -ge 20 ]]; then