aboutsummaryrefslogtreecommitdiff
path: root/init.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 /init.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 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 638d901..80c62d0 100644
--- a/init.lua
+++ b/init.lua
@@ -29,6 +29,7 @@ require("vicious.load")
require("vicious.uptime")
require("vicious.bat")
require("vicious.batat")
+require("vicious.batsys")
require("vicious.mem")
require("vicious.fs")
require("vicious.dio")