summaryrefslogtreecommitdiff
path: root/run-shell/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-02-24 09:24:49 -0500
committerstreetturtle <streetturtle@gmail.com>2019-02-24 09:24:49 -0500
commitc671bb3dd3e7c44c75e4b8faaf8559c4495dd421 (patch)
treea3ff4e81fe127500393e49394039badd5a88d5dc /run-shell/README.md
parent2400807c896aa035da3138864f2fb3ad173a2734 (diff)
parent98bcfd09d3dd894fbfb0f5c005aeb3cba67e8a59 (diff)
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
Diffstat (limited to 'run-shell/README.md')
-rw-r--r--run-shell/README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/run-shell/README.md b/run-shell/README.md
index ca7b268..039a23c 100644
--- a/run-shell/README.md
+++ b/run-shell/README.md
@@ -1,11 +1,19 @@
# Run Shell
-Blurs background and shows widget with run prompt:
+Blurs / pixelates background and shows widget with run prompt:
-![screenshot](./screenshot.png)
+![screenshot](./blur.png)
+
+![screenshot](./pixelate.png)
## 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