From 957607cbe82d12e01b097628a9d7cfce3d09f276 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 16 May 2009 21:00:44 +0100 Subject: [PATCH] white on green for battery (black on green is not enough contrast) Signed-off-by: Dustin Kirkland --- bin/battery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/battery b/bin/battery index 770ebe1e..3cd0d3ad 100755 --- a/bin/battery +++ b/bin/battery @@ -68,9 +68,9 @@ for bat in $BATS; do elif [ "$percent" -lt 67 ]; then per_color="{= yk}" elif [ "$percent" -lt 83 ]; then - per_color="{= Gk}" + per_color="{= Gw}" else - per_color="{= gk}" + per_color="{= gw}" fi percent="$percent%"