summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbattery2
1 files changed, 1 insertions, 1 deletions
diff --git a/battery b/battery
index c47e61d..d59a221 100755
--- a/battery
+++ b/battery
@@ -81,7 +81,7 @@ sub update {
push @symbols, "\x{1f50c}";
}
- if (!$is_full && $fraction > 0.5) {
+ if (!$is_full && $fraction > 0.2) {
push @symbols, "\x{1f50b}";
}
elsif (!$is_full) {