From e4f7af2c4728e39f5422198f4b9cbc4a4396839a Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Fri, 5 Jun 2015 02:43:17 +0200 Subject: [PATCH] Fixed small error with battery --- scripts/bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bar.sh b/scripts/bar.sh index 7a45cd3..0a83ff8 100755 --- a/scripts/bar.sh +++ b/scripts/bar.sh @@ -66,7 +66,7 @@ battery() { icon=$icon_battery if [ -n "$charging" ]; then - echo -n "$icon_battery_charging " + icon=$icon_battery_charging fi info="%{F$color_battery_good}$level%%{F-}" if [ "$level" -lt 20 ]; then