mirror of https://github.com/lcpz/lain.git
Updated Widgets (markdown)
This commit is contained in:
parent
8b11927a99
commit
4f5402652a
|
@ -13,7 +13,7 @@ Here follows a simple example, see the sections for all the details:
|
|||
mycpu = lain.widgets.cpu({
|
||||
timeout = 4,
|
||||
settings = function()
|
||||
widgets:set_markup("Cpu " .. usage)
|
||||
widget:set_markup("Cpu " .. usage)
|
||||
end
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue