white on green for battery (black on green is not enough

contrast)

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-16 21:00:44 +01:00
commit 957607cbe8

View file

@ -68,9 +68,9 @@ for bat in $BATS; do
elif [ "$percent" -lt 67 ]; then elif [ "$percent" -lt 67 ]; then
per_color="{= yk}" per_color="{= yk}"
elif [ "$percent" -lt 83 ]; then elif [ "$percent" -lt 83 ]; then
per_color="{= Gk}" per_color="{= Gw}"
else else
per_color="{= gk}" per_color="{= gw}"
fi fi
percent="$percent%" percent="$percent%"