X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/d3d29c7640ce2eeea578e28838b853ac152dc88d..0eb70991d480b7e3104832b877c6f2afbf778542:/Widgets.md 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 })