diff options
author | ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> | 2020-04-25 15:58:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 15:58:59 +0100 |
commit | 7fc9a040e9c5bcaeb39510c42817b812fe446a67 (patch) | |
tree | adcc5dd4d7300fbd22431b070de440bfcddb91d1 /volumearc-widget | |
parent | 4279c9de18b241c0dc0cafe8bb816b5fa986dfca (diff) |
Fix ambiguity of volumearc README
Diffstat (limited to 'volumearc-widget')
-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 |