diff options
-rw-r--r-- | brightness-widget/README.md | 2 | ||||
-rw-r--r-- | brightnessarc-widget/README.md | 2 | ||||
-rw-r--r-- | run-shell-3/README.md | 4 | ||||
-rw-r--r-- | run-shell/README.md | 4 | ||||
-rw-r--r-- | volumearc-widget/README.md | 4 |
5 files changed, 8 insertions, 8 deletions
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**: 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**: 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): diff --git a/run-shell/README.md b/run-shell/README.md index 59cbb5e..9ae7f5d 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -9,13 +9,13 @@ 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**: ```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): 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 |