summaryrefslogtreecommitdiff
path: root/run-shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'run-shell/README.md')
-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