diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-04-25 20:47:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 20:47:19 -0400 |
commit | 99501f066d26fd003edce07f839c8dccfa724a73 (patch) | |
tree | b4462a87497aca442465b78195bccf2dbab4f339 /volumearc-widget | |
parent | 4279c9de18b241c0dc0cafe8bb816b5fa986dfca (diff) | |
parent | 8e4099860090dce334cce787e1b4bfb898b48a79 (diff) |
Merge pull request #133 from ProgrammAbel/patch-1
Fix ambiguity in some READMEs
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 |