From 8c9e1ff5ceb2f29d9fd93b89794d30118f960776 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 24 Nov 2023 17:29:37 +0100 Subject: up --- .local/bin/status/sb-battery | 1 + 1 file changed, 1 insertion(+) (limited to '.local/bin/status/sb-battery') diff --git a/.local/bin/status/sb-battery b/.local/bin/status/sb-battery index bbff010..74d1b0a 100755 --- a/.local/bin/status/sb-battery +++ b/.local/bin/status/sb-battery @@ -22,4 +22,5 @@ case $(echo "$charge" / 20 | bc) in [ "$charge" -gt 94 ] && return printf " " ;; + "5") printf "󱐋 " ;; esac -- cgit v1.2.3