aboutsummaryrefslogtreecommitdiff
path: root/bat.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-10 15:46:54 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-11-10 15:46:54 +0100
commite66e5075a0b42c902c9bbc628ab3c8006a261144 (patch)
tree7b0ee5be956151583037df94d30adf086ae1cc48 /bat.lua
parent896df4dd98f472ecbcc4ec9ca8ce3bd508b71de6 (diff)
downloadvicious-legacy-e66e5075a0b42c902c9bbc628ab3c8006a261144.tar.xz
batsys: import battery widget that uses sysfs
Initial widget code was sent by Benedikt Sauer. After some cleanup it is ready to go into master. It uses data exposed trough /sys and it is used in the exact same way as the bat widget (and /proc). This widget will replace batat and acpitool, it will be moved to contrib and retired.
Diffstat (limited to 'bat.lua')
-rw-r--r--bat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bat.lua b/bat.lua
index 3bcdc75..24936fd 100644
--- a/bat.lua
+++ b/bat.lua
@@ -19,7 +19,7 @@ local string = {
-- }}}
--- Bat: provides state, charge, and remaining time for a requested battery
+-- Bat: provides state, charge, and remaining time for a requested battery using procfs
module("vicious.bat")