Updated Widgets (markdown)

This commit is contained in:
Luke Bonham 2013-09-10 13:01:39 -07:00 committed by copycat-killer
parent ff3a614d7b
commit eabc5b4991

View file

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