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!
This commit is contained in:
parent
33a424ed6a
commit
325a6551de
|
@ -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**:
|
Clone repo, include widget and use it in **rc.lua**:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require("volumearc")
|
local batteryarc_widget = require("awesome-wm-widgets.batteryarc-widget.batteryarc")
|
||||||
...
|
...
|
||||||
s.mytasklist, -- Middle widget
|
s.mytasklist, -- Middle widget
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
|
|
Loading…
Reference in New Issue