aboutsummaryrefslogtreecommitdiff
path: root/widgets/dio.lua
AgeCommit message (Collapse)AuthorFiles
2012-06-18Ported vicious.widgets module to lua 5.2Arvydas Sidorenko1
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
2011-03-29dio: import string.match()Adrian C. (anrxc)1
2011-03-29dio: provide stats for all devices, rewritten by JoergAdrian C. (anrxc)1
Old dio.lua was moved to contrib. New one is used like CPU widget is, request the device or parition in the format argument, {sda read_mb} as an example. New widget doesn't provide scheduler information, but I don't know anyone who used that. If you think this is wrong let me know.
2010-07-10dio: add partition supportAdrian C. (anrxc)1
2010-04-02widgets: reuse existing datasets where appropriateAdrian C. (anrxc)1
Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox.
2010-03-15helpers: index subdirectories in pathtotable()Adrian C. (anrxc)1
2010-03-14API: missing warg should not break awesomeAdrian C. (anrxc)1
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1