summaryrefslogtreecommitdiff
path: root/run-shell
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2019-02-05 15:40:08 -0500
committerGitHub <noreply@github.com>2019-02-05 15:40:08 -0500
commitccefb79bbb7ff2ebbae2873e2c61a7de2f3bfd52 (patch)
treeb944acbd9ad0854d33e20303b7e5f3d1feeb18aa /run-shell
parent2fda7354283b831a89ece55a3007039834d406e2 (diff)
Update README.md
Diffstat (limited to 'run-shell')
-rw-r--r--run-shell/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/run-shell/README.md b/run-shell/README.md
index ca7b268..1e4a175 100644
--- a/run-shell/README.md
+++ b/run-shell/README.md
@@ -6,6 +6,12 @@ Blurs background and shows widget with run prompt:
## 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 simply running
+
+ ```
+ sudo apt-get install frei0r-plugins
+ ```
+
1. Clone this repo under **~/.config/awesome/**:
```bash