From: Silvio Rhatto Date: Fri, 8 Feb 2013 00:52:05 +0000 (-0200) Subject: Fixing battery handling for conky X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b7cfd73a6691c8958949ae6c87d7bc3c6cb5f179;p=scripts.git Fixing battery handling for conky --- 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 }