From b7cfd73a6691c8958949ae6c87d7bc3c6cb5f179 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 22:52:05 -0200 Subject: Fixing battery handling for conky --- xconky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xconky') diff --git a/xconky b/xconky index 17c5eb8..8986e16 100755 --- a/xconky +++ b/xconky @@ -27,7 +27,7 @@ function xconky_start { # Battery level if on laptop function xconky_battery { if laptop-detect; then - echo '${color grey}${color grey}Power: ${battery BAT1} ${battery_bar 6}$' + echo '${color grey}${color grey}Power: ${battery} ${battery_bar 6}' fi } -- cgit v1.2.3