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(-) 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 From f4446194af38e8f2bf29f6998f19b95bc7e1b165 Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 16:01:38 +0100 Subject: Fix ambiguity in run-shell README --- run-shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-shell/README.md b/run-shell/README.md index 59cbb5e..480484e 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -15,7 +15,7 @@ Run prompt which is put inside a widget: 1. Require widget at the beginning of **rc.lua**: ```lua - local run_shell = require("awesome-wm-widgets.run_shell.run_shell") + local run_shell = require("awesome-wm-widgets.run-shell.run-shell") ``` 1. Use it (don't forget to comment out the default prompt): -- cgit v1.2.3 From 84a002e79d1b6fffcc67887474b4dd4590048175 Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 16:02:55 +0100 Subject: Fix ambiguity in run-shell-3 README --- run-shell-3/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-shell-3/README.md b/run-shell-3/README.md index 94b852b..95749d1 100644 --- a/run-shell-3/README.md +++ b/run-shell-3/README.md @@ -17,13 +17,13 @@ Blurs / pixelates background and shows widget with run prompt: 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 widget at the beginning of **rc.lua**: ```lua - local run_shell = require("awesome-wm-widgets.run_shell.run_shell") + local run_shell = require("awesome-wm-widgets.run-shell-3.run-shell") ``` 1. Use it (don't forget to comment out the default prompt): -- cgit v1.2.3 From 8341b466134ea33ce87460e2a49774ebe168f49f Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 16:05:02 +0100 Subject: Change cloned dir to proper folder in run-shell --- run-shell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-shell/README.md b/run-shell/README.md index 480484e..9ae7f5d 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -9,7 +9,7 @@ Run prompt which is put inside a 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 widget at the beginning of **rc.lua**: -- cgit v1.2.3 From 8213e100943e309db7c7c349c9758432d42a64f3 Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 16:06:48 +0100 Subject: Change cloned dir to proper folder --- brightness-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightness-widget/README.md b/brightness-widget/README.md index 7b05d2f..0db5884 100644 --- a/brightness-widget/README.md +++ b/brightness-widget/README.md @@ -55,7 +55,7 @@ First you need to get the current brightness level. There are two options: Then 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 ``` Require widget at the beginning of **rc.lua**: -- cgit v1.2.3 From 8e4099860090dce334cce787e1b4bfb898b48a79 Mon Sep 17 00:00:00 2001 From: ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> Date: Sat, 25 Apr 2020 16:07:50 +0100 Subject: Change cloned dir to proper folder --- brightnessarc-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightnessarc-widget/README.md b/brightnessarc-widget/README.md index 4109910..5049e65 100644 --- a/brightnessarc-widget/README.md +++ b/brightnessarc-widget/README.md @@ -57,7 +57,7 @@ First you need to get the current brightness level. There are two options: Then 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 ``` Require widget at the beginning of **rc.lua**: -- cgit v1.2.3