a0cd854a4d | ||
---|---|---|
.. | ||
README.md | ||
blur.png | ||
pixelate.png | ||
run-shell.lua |
README.md
Run Shell
Blurs / pixelates background and shows widget with run prompt:
Installation
-
To blur / pixelate the background this widget used ffmpeg and frei0r 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
-
Clone this repo under ~/.config/awesome/:
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/awesome-wm-widgets
-
Require widget at the beginning of rc.lua:
local run_shell = require("awesome-wm-widgets.run-shell-3.run-shell")
-
Use it (don't forget to comment out the default prompt):
awful.key({modkey}, "r", function () run_shell.launch() end),
⚠️ I am not 100% sure but it may (memory) leak. If awesome uses lots of RAM just reload config (Ctrl + Mod4 + r).