From a970128c03ed92f7842415f454584eecce59913e Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 4 Feb 2019 20:38:56 -0500 Subject: Update run-shell.lua --- run-shell/run-shell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-shell') 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 = { -- cgit v1.2.3 From ccefb79bbb7ff2ebbae2873e2c61a7de2f3bfd52 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Tue, 5 Feb 2019 15:40:08 -0500 Subject: Update README.md --- run-shell/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'run-shell') 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 -- cgit v1.2.3 From 6b05fc1093ee54d59831821bc59f217a9b617a5a Mon Sep 17 00:00:00 2001 From: streetturtle Date: Tue, 5 Feb 2019 15:40:39 -0500 Subject: Update README.md --- run-shell/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run-shell') diff --git a/run-shell/README.md b/run-shell/README.md index 1e4a175..9f267fc 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -1,12 +1,12 @@ # Run Shell -Blurs background and shows widget with run prompt: +Blurs / pixelates background and shows widget with run prompt: ![screenshot](./screenshot.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 simply running +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 -- cgit v1.2.3 From d961bd491fc3be527b44a5bc426b64191c63c135 Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Tue, 5 Feb 2019 16:04:21 -0500 Subject: add pixelate screenshot --- run-shell/README.md | 4 +++- run-shell/blur.png | Bin 0 -> 329592 bytes run-shell/pixelate.png | Bin 0 -> 329592 bytes run-shell/screenshot.png | Bin 329592 -> 0 bytes 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 run-shell/blur.png create mode 100644 run-shell/pixelate.png delete mode 100644 run-shell/screenshot.png (limited to 'run-shell') diff --git a/run-shell/README.md b/run-shell/README.md index 9f267fc..039a23c 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -2,7 +2,9 @@ Blurs / pixelates background and shows widget with run prompt: -![screenshot](./screenshot.png) +![screenshot](./blur.png) + +![screenshot](./pixelate.png) ## Installation diff --git a/run-shell/blur.png b/run-shell/blur.png new file mode 100644 index 0000000..4e8b54c Binary files /dev/null and b/run-shell/blur.png differ diff --git a/run-shell/pixelate.png b/run-shell/pixelate.png new file mode 100644 index 0000000..4e8b54c Binary files /dev/null and b/run-shell/pixelate.png differ diff --git a/run-shell/screenshot.png b/run-shell/screenshot.png deleted file mode 100644 index 4e8b54c..0000000 Binary files a/run-shell/screenshot.png and /dev/null differ -- cgit v1.2.3 From 314d7d2bf93d946ac5303993572bd235b0a6236b Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Tue, 5 Feb 2019 16:05:11 -0500 Subject: add pixelate screenshot --- run-shell/pixelate.png | Bin 329592 -> 133469 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'run-shell') diff --git a/run-shell/pixelate.png b/run-shell/pixelate.png index 4e8b54c..fedf320 100644 Binary files a/run-shell/pixelate.png and b/run-shell/pixelate.png differ -- cgit v1.2.3