From 7fc9a040e9c5bcaeb39510c42817b812fe446a67 Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 15:58:59 +0100 Subject: Fix ambiguity of volumearc README --- volumearc-widget/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'volumearc-widget/README.md') 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 -- cgit v1.2.3