From e3bc19b5b5125d8802a3c2bc0c5461698c72ad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Wed, 1 Apr 2009 18:25:58 +0200 Subject: [PATCH] Only + is useful: * Battery is discharging unless there is a "+"; * Full is obvious when the percentage reaches 100. --- bin/battery_state | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/battery_state b/bin/battery_state index 0c8fb6d7..6974359f 100755 --- a/bin/battery_state +++ b/bin/battery_state @@ -68,14 +68,8 @@ for bat in $BATS; do charging) sign="+" ;; - discharging) - sign="-" - ;; - charged) - sign="=" - ;; *) - sign=" $state" + sign="" ;; esac