aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index f545247..91b6dfe 100644
--- a/README
+++ b/README
@@ -165,6 +165,7 @@ vicious.widgets.uptime
vicious.widgets.bat
- provides state, charge, and remaining time for a requested battery
+ using procfs
- takes battery ID as an argument, i.e. "BAT0"
- returns 1st value as state of requested battery, 2nd as charge
level in percent and 3rd as remaining (charging or discharging)
@@ -177,6 +178,14 @@ vicious.widgets.batat
level in percent, 3rd as remaining (charging or discharging) time,
4th as state of the second battery etc.
+vicious.widgets.batsys
+ - provides state, charge, and remaining time for a requested battery
+ using sysfs
+ - takes battery ID as an argument, i.e. "BAT0"
+ - returns 1st value as state of requested battery, 2nd as charge
+ level in percent and 3rd as remaining (charging or discharging)
+ time
+
vicious.widgets.mem
- provides RAM and Swap usage statistics
- returns 1st value as memory usage in percent, 2nd as memory usage,