diff options
Diffstat (limited to 'cpu-widget')
-rw-r--r-- | cpu-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md index 5321aa0..500e1b9 100644 --- a/cpu-widget/README.md +++ b/cpu-widget/README.md @@ -23,7 +23,7 @@ and calculates the percentage. Clone/download repo and use widget in **rc.lua**: ```lua -require("awesome-wm-widgets.cpu-widget.cpu-widget") +local cpu_widget = require("awesome-wm-widgets.cpu-widget.cpu-widget") ... s.mytasklist, -- Middle widget { -- Right widgets |