summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-04-25 20:47:19 -0400
committerGitHub <noreply@github.com>2020-04-25 20:47:19 -0400
commit99501f066d26fd003edce07f839c8dccfa724a73 (patch)
treeb4462a87497aca442465b78195bccf2dbab4f339
parent4279c9de18b241c0dc0cafe8bb816b5fa986dfca (diff)
parent8e4099860090dce334cce787e1b4bfb898b48a79 (diff)
Merge pull request #133 from ProgrammAbel/patch-1
Fix ambiguity in some READMEs
-rw-r--r--brightness-widget/README.md2
-rw-r--r--brightnessarc-widget/README.md2
-rw-r--r--run-shell-3/README.md4
-rw-r--r--run-shell/README.md4
-rw-r--r--volumearc-widget/README.md4
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