Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-12 15:27:04 -07:00
parent d3d29c7640
commit 0eb70991d4
1 changed files with 1 additions and 1 deletions

View File

@ -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
})