Merge pull request #37 from ImperadorSid/coherent-design
Coherent spacing
This commit is contained in:
commit
2e7b5476a1
3 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue