aboutsummaryrefslogtreecommitdiff
path: root/batsys.lua
AgeCommit message (Collapse)AuthorFiles
2009-11-11bat: widget rewritten for sysfsAdrian C. (anrxc)1
This also means that it replaces batsys, and we are left with only one, universal, battery widget.
2009-11-10batsys: add note about other charge/rate sourcesAdrian C. (anrxc)1
As in capacity case maybe there are other rate sources. Exposed in different files depending on the implementation?
2009-11-10batsys: don't return 0 if only rate is missingAdrian C. (anrxc)1
2009-11-10batsys: import battery widget that uses sysfsAdrian C. (anrxc)1
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.