mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
566 B
566 B
Run Shell
Blurs background and shows widget with run prompts:
Install
-
Clone this repo under ~/.config/awesome/:
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
-
Require weather widget at the beginning of rc.lua:
local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
-
Use it (don't forget to comment out the default prompt):
awful.key({modkey}, "r", function () run_shell.launch() end),