mirror of https://github.com/lcpz/lain.git
Updated Widgets (markdown)
This commit is contained in:
parent
d3d29c7640
commit
0eb70991d4
|
@ -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