diff options
author | ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> | 2020-04-25 16:02:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 16:02:55 +0100 |
commit | 84a002e79d1b6fffcc67887474b4dd4590048175 (patch) | |
tree | acea10424d6786622b5b2e6ba9e6470aaae6b15f | |
parent | f4446194af38e8f2bf29f6998f19b95bc7e1b165 (diff) |
Fix ambiguity in run-shell-3 README
-rw-r--r-- | run-shell-3/README.md | 4 |
1 files 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): |