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({
|
mycpu = lain.widgets.cpu({
|
||||||
timeout = 4,
|
timeout = 4,
|
||||||
settings = function()
|
settings = function()
|
||||||
widget:set_markup("Cpu " .. usage)
|
widget:set_markup("Cpu " .. cpu_now.usage)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue