Fix ambiguity in run-shell-3 README

This commit is contained in:
ProgrammAbel 2020-04-25 16:02:55 +01:00 committed by GitHub
parent f4446194af
commit 84a002e79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@ Blurs / pixelates background and shows widget with run prompt:
1. Clone this repo under **~/.config/awesome/**: 1. Clone this repo under **~/.config/awesome/**:
```bash ```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**: 1. Require widget at the beginning of **rc.lua**:
```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): 1. Use it (don't forget to comment out the default prompt):