diff options
Diffstat (limited to 'i3blocks/i3battery.sh')
-rwxr-xr-x | i3blocks/i3battery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3blocks/i3battery.sh b/i3blocks/i3battery.sh index 1e8d749..d6acda6 100755 --- a/i3blocks/i3battery.sh +++ b/i3blocks/i3battery.sh @@ -20,7 +20,7 @@ elif [ "$capacity" -ge 60 ]; then color="#ebdbb2" elif [ "$capacity" -ge 40 ]; then color="#fabd2f" -elif [ "$capacity" -ge 20 ]; then +elif [ "$capacity" -ge 10 ]; then color="#fe8019" else color="#fb4934" |