Files
hyprlua/background.lua
T
Nina Chlóe Kassandra Reiß 82f6f840a5 Use swaybg to change the background
2026-06-19 09:06:56 +02:00

4 lines
96 B
Lua

hl.on("hyprland.start", function()
hl.exec_cmd("swaybg -m stretch -i ./wallpaper/XP.jpg")
end)