battery colors fix

This commit is contained in:
Luke Smith 2018-07-17 14:45:12 -04:00
parent 120d6eaea3
commit b57fa03b2f

View file

@ -6,7 +6,7 @@ colorget() {
if [[ $NUM -ge 80 ]]; then if [[ $NUM -ge 80 ]]; then
color="#00FF00" color="#00FF00"
elif [[ $NUM -ge 60 ]]; then elif [[ $NUM -ge 60 ]]; then
color="#FF0000" color="#FFFFFF"
elif [[ $NUM -ge 40 ]]; then elif [[ $NUM -ge 40 ]]; then
color="#FFF600" color="#FFF600"
elif [[ $NUM -ge 20 ]]; then elif [[ $NUM -ge 20 ]]; then