Update README.md

This commit is contained in:
streetturtle 2019-02-05 15:40:08 -05:00 committed by GitHub
parent 2fda735428
commit ccefb79bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ Blurs background and shows widget with run prompt:
## Installation ## 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/**: 1. Clone this repo under **~/.config/awesome/**:
```bash ```bash