Do not display /!\ since the colors indicate the criticity already

This commit is contained in:
Raphaël Pinson 2009-04-01 18:25:32 +02:00
commit 8cd3937ed9

View file

@ -54,9 +54,9 @@ for bat in $BATS; do
rem=$(search "$statefile" "remaining capacity: *\(.*\) m[AW]h") rem=$(search "$statefile" "remaining capacity: *\(.*\) m[AW]h")
if [ "$rem" -lt "$low" ]; then if [ "$rem" -lt "$low" ]; then
alert="\005{=b .r}/!\ " alert="\005{=b .r}"
elif [ "$rem" -lt "$warn" ]; then elif [ "$rem" -lt "$warn" ]; then
alert="\005{= .y}/!\ " alert="\005{= .y}"
else else
alert="" alert=""
fi fi