summaryrefslogtreecommitdiff
path: root/batteryarc-widget
diff options
context:
space:
mode:
authorPaul Cochrane <paultcochrane@users.noreply.github.com>2018-07-11 12:36:35 +0200
committerGitHub <noreply@github.com>2018-07-11 12:36:35 +0200
commit325a6551ded91b6ffe6a2f8467443361d134c0dc (patch)
tree3a8aba32d50344fa34620c6786da8fe02aa527d5 /batteryarc-widget
parent33a424ed6af8ec383e7937ab5c4080cecd1f37f3 (diff)
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!
Diffstat (limited to 'batteryarc-widget')
-rw-r--r--batteryarc-widget/README.md2
1 files changed, 1 insertions, 1 deletions
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