From 325a6551ded91b6ffe6a2f8467443361d134c0dc Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Wed, 11 Jul 2018 12:36:35 +0200 Subject: Fix batteryarc_widget require statement While trying out the widget set I noticed that the installation docs for this widget weren't correct. The `require` statement now works as expected and it matches the pattern used in other installation docs mentioned in the repo. Hope this helps! --- batteryarc-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'batteryarc-widget/README.md') diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md index 6a451d1..cb73e09 100644 --- a/batteryarc-widget/README.md +++ b/batteryarc-widget/README.md @@ -29,7 +29,7 @@ which means that you need to copy the code above and paste it in your **theme.lu Clone repo, include widget and use it in **rc.lua**: ```lua -require("volumearc") +local batteryarc_widget = require("awesome-wm-widgets.batteryarc-widget.batteryarc") ... s.mytasklist, -- Middle widget { -- Right widgets -- cgit v1.2.3