aboutsummaryrefslogtreecommitdiff
path: root/xconky
diff options
context:
space:
mode:
Diffstat (limited to 'xconky')
-rwxr-xr-xxconky2
1 files changed, 1 insertions, 1 deletions
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
}