4 lines
96 B
Lua
4 lines
96 B
Lua
hl.on("hyprland.start", function()
|
|
hl.exec_cmd("swaybg -m stretch -i ./wallpaper/XP.jpg")
|
|
end)
|