From 4847448d32621db480504abd4ccdb95ebb51065a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 17 Apr 2009 10:26:30 -0500 Subject: [PATCH] switch the yellow colors --- bin/battery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/battery b/bin/battery index d72e24c9..c42c7de6 100755 --- a/bin/battery +++ b/bin/battery @@ -67,9 +67,9 @@ for bat in $BATS; do elif [ "$percent" -lt 33 ]; then per_color="{= Rk}" elif [ "$percent" -lt 50 ]; then - per_color="{= yk}" - elif [ "$percent" -lt 67 ]; then per_color="{= Yk}" + elif [ "$percent" -lt 67 ]; then + per_color="{= yk}" elif [ "$percent" -lt 83 ]; then per_color="{= Gk}" else