Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-12 15:27:04 -07:00 committed by copycat-killer
parent 79bbc9caa7
commit 9a5ae851b2
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
})