From: Luke Bonham Date: Tue, 10 Sep 2013 20:01:39 +0000 (-0700) Subject: Updated Widgets (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/4f5402652ab7896eef7eda6f4cd1bcab0fe62495?ds=inline Updated Widgets (markdown) --- diff --git a/Widgets.md b/Widgets.md index a798c67..c0a7dd6 100644 --- a/Widgets.md +++ b/Widgets.md @@ -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 })