add status widget and attribute

This commit is contained in:
airstruck
2015-12-05 15:43:40 -05:00
parent 3daff0bcad
commit c21611748c
7 changed files with 62 additions and 55 deletions

9
luigi/widget/status.lua Normal file
View File

@@ -0,0 +1,9 @@
--[[--
A status bar.
@widget status
--]]--
return function (self)
self.layout.statusWidget = self
end