Update and add bling task_preview, tag_preview and window_switcher Add catppuccin-macchiato Use my weather key Update keybindings Update autorun Fix sliders
15 lines
172 B
Lua
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
|