aboutsummaryrefslogtreecommitdiff
path: root/batat.lua
AgeCommit message (Collapse)AuthorFiles
2009-08-01Make all widgets return their worker functions when called.Adrian C. (anrxc)1
2009-07-31Use utf symbols for some bat states. Mention LuaFileSystem in mdir.luaAdrian C. (anrxc)1
2009-07-30Coding style fixes in battery widgets.Adrian C. (anrxc)1
2009-07-30Added handlers to batat and fixed the battery_state table.Adrian C. (anrxc)1
Batat now returns "/" in situations where the battery is not present. Last commit broke the battery_state table, fixed that.
2009-07-29Fixed batat module name and expanded bat states and symbols.Adrian C. (anrxc)1
2009-07-29Battery widget moved to batat.lua in preparation for a new bat widget.Adrian C. (anrxc)1
It's time for a standalone battery widget that reads /proc/acpi/battery/*/{info,state} alone. However the old battery widget that uses 'acpitool' will not be deleted, let it serve as an alternative widget as a convenience. Some might also prefer it over reading multiple files in /proc