mirror of
https://github.com/lcpz/lain.git
synced 2026-09-10 07:26:24 -04:00
wiki updated
This commit is contained in:
parent
176f4d75e1
commit
58b2a122dd
|
|
@ -180,9 +180,6 @@ end
|
|||
-- create a textbox with no spacing issues
|
||||
function helpers.make_widget_textbox()
|
||||
local w = wibox.widget.textbox()
|
||||
--local t = wibox.widget.base.make_widget(w)
|
||||
--t.widget = w
|
||||
--return t
|
||||
return setmetatable({ widget = w }, { __index = w })
|
||||
end
|
||||
|
||||
|
|
|
|||
2
wiki
2
wiki
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d6fb0eb073e204c154e4d94b60472d858fc870d
|
||||
Subproject commit f086b95e51c31b6fc1fda4591aa8eaf587cc064f
|
||||
Loading…
Reference in a new issue