X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8b11927a993ae71df4a7e36ddde366f872c9c6d7..4f5402652ab7896eef7eda6f4cd1bcab0fe62495:/Widgets.md?ds=inline 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 })