From c3da4177ac7fc7818eda645aef25bb443e54a5fe Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 5 Oct 2024 17:12:43 +0100 Subject: empty battery, but later --- battery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3