diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2018-07-11 10:14:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 10:14:44 -0400 |
commit | 3de116b467e1b3185cc5fd7a363a6305a6ec562e (patch) | |
tree | 3a8aba32d50344fa34620c6786da8fe02aa527d5 | |
parent | 33a424ed6af8ec383e7937ab5c4080cecd1f37f3 (diff) | |
parent | 325a6551ded91b6ffe6a2f8467443361d134c0dc (diff) |
Merge pull request #46 from paultcochrane/patch-1
Fix batteryarc_widget require statement
-rw-r--r-- | batteryarc-widget/README.md | 2 |
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 |