From 6e1ce4f87831d3761a46497f80e56ac7a73e14c8 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 9 Apr 2019 16:26:46 +0200 Subject: Minor changes. --- i3blocks/i3battery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3blocks') 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" -- cgit v1.2.1