hyprland(swww): Use seasonal backgrounds

It's that time of year again. This time spring style.
This commit is contained in:
Donovan Glover 2024-03-30 18:40:57 -04:00
parent 993179c4fd
commit efec942be0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -90,7 +90,7 @@ in
cd ~/.config/hypr
for monitor in (hyprctl monitors -j | jq -r '.[].name')
./set-bg.fish "$monitor" "$(random choice $(fd . /run/current-system/sw/share/backgrounds --follow -e jpg -e png))"
./set-bg.fish "$monitor" "$(random choice $(fd . /run/current-system/sw/share/backgrounds/Spring2024FanartSubmissions --follow -e jpg -e png))"
end
'';
};