summaryrefslogtreecommitdiff
path: root/run-shell/README_old.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-03-30 18:29:01 -0400
committerstreetturtle <streetturtle@gmail.com>2019-03-30 18:29:01 -0400
commit2e2ab20022875fdcda969b39cb25c3f39cb98b24 (patch)
tree2aa41f30e34de9c7861c842e8c71795e4f441c74 /run-shell/README_old.md
parenta1636558f539637b17ebbc2ebcd8677d93027319 (diff)
add run shell video
Diffstat (limited to 'run-shell/README_old.md')
-rw-r--r--run-shell/README_old.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/run-shell/README_old.md b/run-shell/README_old.md
index 039a23c..ae1dbbb 100644
--- a/run-shell/README_old.md
+++ b/run-shell/README_old.md
@@ -1,26 +1,18 @@
# Run Shell
-Blurs / pixelates background and shows widget with run prompt:
+Run prompt which is put inside a widget:
-![screenshot](./blur.png)
-
-![screenshot](./pixelate.png)
+![video](./out.mp4)
## Installation
-1. To blur / pixelate the background this widget used [ffmpeg](https://www.ffmpeg.org/) and [frei0r](https://frei0r.dyne.org/) plugins (if you want to pixelate the background), which you need to install. Installation of those depends on your distribution, for ffmpeg just follow the installation section of the site, for frei0r I was able to install it by simply running
-
- ```
- sudo apt-get install frei0r-plugins
- ```
-
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**:
+1. Require widget at the beginning of **rc.lua**:
```lua
local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
@@ -30,5 +22,4 @@ Blurs / pixelates background and shows widget with run prompt:
```lua
awful.key({modkey}, "r", function () run_shell.launch() end),
- ```
-:warning: I am not 100% sure but it may (memory) leak. If awesome uses lots of RAM just reload config (Ctrl + Mod4 + r).
+ \ No newline at end of file