diff options
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/i3battery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3battery b/.scripts/i3battery index 7b613a0..7f89ffc 100755 --- 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 |
