From: Luke Bonham Date: Thu, 12 Sep 2013 22:27:04 +0000 (-0700) Subject: Updated Widgets (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9a5ae851b262c64a09427dd2ede66ac5dc615b5a?ds=inline Updated Widgets (markdown) --- diff --git a/Widgets.md b/Widgets.md index e812db2..8395445 100644 --- a/Widgets.md +++ b/Widgets.md @@ -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 })