mirror of https://github.com/lcpz/lain.git
Updated Widgets (markdown)
This commit is contained in:
parent
79bbc9caa7
commit
9a5ae851b2
|
@ -17,7 +17,7 @@ Here follows an example:
|
|||
mycpu = lain.widgets.cpu({
|
||||
timeout = 4,
|
||||
settings = function()
|
||||
widget:set_markup("Cpu " .. usage)
|
||||
widget:set_markup("Cpu " .. cpu_now.usage)
|
||||
end
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue