aboutsummaryrefslogtreecommitdiff
path: root/widgets/init.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-05-10vicious: load widget modules only when neededJoerg T. (Mic92)1
There's no more need to edit init files and manually disable widgets. Signed-off-by: Joerg T. (Mic92) <jthalheim@gmail.com> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
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.
2010-03-15os: merge with entropy widget typeAdrian C. (anrxc)1
Operating System widget type now returns two additional values, 5th as available system entropy and 6th as available entropy in percent.
2010-03-14API: transform widgets namespace table to a directoryAdrian C. (anrxc)1