diff options
Diffstat (limited to '.config/awesome/ui/statusbar/widgets/app_launcher.lua')
| -rw-r--r-- | .config/awesome/ui/statusbar/widgets/app_launcher.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/awesome/ui/statusbar/widgets/app_launcher.lua b/.config/awesome/ui/statusbar/widgets/app_launcher.lua new file mode 100644 index 0000000..2e1e10a --- /dev/null +++ b/.config/awesome/ui/statusbar/widgets/app_launcher.lua @@ -0,0 +1,6 @@ +local awful = require "awful" +local wibox = require "wibox" +local vars = require "misc.vars" +local h = require "misc.helpers" + + |
