mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 10:26:43 +00:00
add status widget and attribute
This commit is contained in:
9
luigi/widget/status.lua
Normal file
9
luigi/widget/status.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
--[[--
|
||||
A status bar.
|
||||
|
||||
@widget status
|
||||
--]]--
|
||||
|
||||
return function (self)
|
||||
self.layout.statusWidget = self
|
||||
end
|
||||
Reference in New Issue
Block a user