Files
hyprlua/background.lua
T
2026-06-19 10:55:05 +02:00

6 lines
94 B
Lua

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