Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 13:01:39 -07:00
parent 8b11927a99
commit 4f5402652a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Here follows a simple example, see the sections for all the details:
mycpu = lain.widgets.cpu({
timeout = 4,
settings = function()
widgets:set_markup("Cpu " .. usage)
widget:set_markup("Cpu " .. usage)
end
})