aboutsummaryrefslogtreecommitdiff
path: root/widgets/os.lua
AgeCommit message (Collapse)AuthorFiles
2012-06-25os: change os.getenv init to allow standalone usage of os widgetAdrian C. (anrxc)1
Test case: lua> foo = require("vicious.widgets.os") lua> print(foo()[1]) /usr/share/lua/5.1/vicious/widgets/os.lua:66: attempt to call field 'getenv' (a nil value)
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-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