Files
hyprlua/background.lua
T
Nina Chlóe Kassandra Reiß 15b983ef86 Adjust background default
2026-07-16 07:23:37 +02:00

6 lines
106 B
Lua

return {
start = function()
hl.exec_cmd("swaybg -m stretch -i ./wallpaper/RooftopSunset.jpeg")
end,
}