Merge pull request #37 from ImperadorSid/coherent-design

Coherent spacing
This commit is contained in:
Dane Williams 2020-05-30 16:37:45 -07:00 committed by GitHub
commit 2e7b5476a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View file

@ -35,7 +35,8 @@ battery_percent()
# Check OS
case $(uname -s) in
Linux)
linux_acpi percent
percent=$(linux_acpi percent)
[ -n "$percent" ] && echo " $percent"
;;
Darwin)