diff options
author | Joe <rrbo@proton.me> | 2023-11-24 17:29:37 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-11-24 17:29:37 +0100 |
commit | 8c9e1ff5ceb2f29d9fd93b89794d30118f960776 (patch) | |
tree | 31dcad23187d400843955787e4a4b2ae29339d00 | |
parent | up (diff) | |
download | dotfiles-bsd-8c9e1ff5ceb2f29d9fd93b89794d30118f960776.tar.gz dotfiles-bsd-8c9e1ff5ceb2f29d9fd93b89794d30118f960776.tar.bz2 dotfiles-bsd-8c9e1ff5ceb2f29d9fd93b89794d30118f960776.tar.xz dotfiles-bsd-8c9e1ff5ceb2f29d9fd93b89794d30118f960776.tar.zst dotfiles-bsd-8c9e1ff5ceb2f29d9fd93b89794d30118f960776.zip |
up
-rwxr-xr-x | .local/bin/status/sb-battery | 1 |
1 files changed, 1 insertions, 0 deletions
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 |