Only + is useful:

* Battery is discharging unless there is a "+";
  * Full is obvious when the percentage reaches 100.
This commit is contained in:
Raphaël Pinson 2009-04-01 18:25:58 +02:00
commit e3bc19b5b5

View file

@ -68,14 +68,8 @@ for bat in $BATS; do
charging)
sign="+"
;;
discharging)
sign="-"
;;
charged)
sign="="
;;
*)
sign=" $state"
sign=""
;;
esac