diff options
-rwxr-xr-x | battery | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |