summaryrefslogtreecommitdiff
path: root/run-shell
diff options
context:
space:
mode:
Diffstat (limited to 'run-shell')
-rw-r--r--run-shell/README.md12
-rw-r--r--run-shell/blur.png (renamed from run-shell/screenshot.png)bin329592 -> 329592 bytes
-rw-r--r--run-shell/pixelate.pngbin0 -> 133469 bytes
-rw-r--r--run-shell/run-shell.lua2
4 files changed, 11 insertions, 3 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
diff --git a/run-shell/screenshot.png b/run-shell/blur.png
index 4e8b54c..4e8b54c 100644
--- a/run-shell/screenshot.png
+++ b/run-shell/blur.png
Binary files differ
diff --git a/run-shell/pixelate.png b/run-shell/pixelate.png
new file mode 100644
index 0000000..fedf320
--- /dev/null
+++ b/run-shell/pixelate.png
Binary files differ
diff --git a/run-shell/run-shell.lua b/run-shell/run-shell.lua
index a50400f..f661e53 100644
--- a/run-shell/run-shell.lua
+++ b/run-shell/run-shell.lua
@@ -4,7 +4,7 @@
-- https://github.com/streetturtle/awesome-wm-widgets/tree/master/run-shell
-- @author Pavel Makhov
--- @copyright 2018 Pavel Makhov
+-- @copyright 2019 Pavel Makhov
-------------------------------------------------
local capi = {