aboutsummaryrefslogtreecommitdiff
path: root/widgets/raid.lua
AgeCommit message (Collapse)AuthorFiles
2012-06-18widgets: cleanup behind the last commit 363c03eAdrian C. (anrxc)1
2012-06-18Fixed io.lines() bugArvydas Sidorenko1
In Lua 5.2 io.lines() has to be used to iterate until EOF, otherwise the fd will not be closed and eventually tons of naughty messages will start to pop up saying that no more fd can be opened. Signed-off-by: Arvydas Sidorenko <asido4@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
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>
2010-07-23TODO: solid multigraph support neededAdrian C. (anrxc)1
2010-04-28raid: removed permanent stats storageAdrian 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-26raid: import raid state widget type by HagenAdrian C. (anrxc)1
This widget type returns 1st value as the number of assigned, and 2nd as active, devices in the array provided as the widget argument.