update readme
This commit is contained in:
parent
0bbbfe8b67
commit
2f1644f7cb
|
@ -3,3 +3,23 @@
|
||||||
Blurs background and shows widget with run prompts:
|
Blurs background and shows widget with run prompts:
|
||||||
|
|
||||||
![screenshot](./screenshot.png)
|
![screenshot](./screenshot.png)
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
1. Clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Require weather widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
|
```lua
|
||||||
|
local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
|
||||||
|
```
|
||||||
|
|
||||||
|
1. Use it (don't forget to comment out the default prompt):
|
||||||
|
|
||||||
|
```lua
|
||||||
|
awful.key({modkey}, "r", function () run_shell.launch() end),
|
||||||
|
```
|
Loading…
Reference in New Issue