aboutsummaryrefslogtreecommitdiff
path: root/xconky
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-07 22:52:05 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-07 22:52:05 -0200
commitb7cfd73a6691c8958949ae6c87d7bc3c6cb5f179 (patch)
tree72898f4999b38c15adf5f08ca13dd7554d672b27 /xconky
parent713c042a4dd01479c940e72237d8939307e4c483 (diff)
downloadscripts-b7cfd73a6691c8958949ae6c87d7bc3c6cb5f179.tar.gz
scripts-b7cfd73a6691c8958949ae6c87d7bc3c6cb5f179.tar.bz2
Fixing battery handling for conky
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
}