mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Only + is useful:
* Battery is discharging unless there is a "+"; * Full is obvious when the percentage reaches 100.
This commit is contained in:
parent
8cd3937ed9
commit
e3bc19b5b5
1 changed files with 1 additions and 7 deletions
|
@ -68,14 +68,8 @@ for bat in $BATS; do
|
|||
charging)
|
||||
sign="+"
|
||||
;;
|
||||
discharging)
|
||||
sign="-"
|
||||
;;
|
||||
charged)
|
||||
sign="="
|
||||
;;
|
||||
*)
|
||||
sign=" $state"
|
||||
sign=""
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue