luca-awesome-dotfiles/home/.config/awesome/signals/init.lua
Hydroxycarbamide 2401cfcee2 Add revelation
Update and add bling task_preview, tag_preview and window_switcher
Add catppuccin-macchiato
Use my weather key
Update keybindings
Update autorun
Fix sliders
2023-03-20 09:51:48 +01:00

15 lines
172 B
Lua

req = {
"volume",
"brightness",
"wifi",
"bluetooth",
"airplane",
"weather",
"battery",
"player",
"disk"
}
for _, x in pairs(req) do
require("signals." .. x)
end