diff options
-rw-r--r-- | volumearc-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volumearc-widget/README.md b/volumearc-widget/README.md index 58f9550..5fc0a5b 100644 --- a/volumearc-widget/README.md +++ b/volumearc-widget/README.md @@ -46,13 +46,13 @@ The config above results in the following widget: 1. Clone this repo under **~/.config/awesome/** ```bash - git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ + git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/awesome-wm-widgets ``` 1. Require volumearc widget at the beginning of **rc.lua**: ```lua -require("volumearc") +local volumearc_widget = require("awesome-wm-widgets.volumearc-widget.volumearc") ... s.mytasklist, -- Middle widget { -- Right widgets |