hyprland: Use new seasonal backgrounds

It's that time of year again.
This commit is contained in:
Donovan Glover 2024-07-15 18:24:28 -04:00
parent 3a8f3bcd32
commit 8abb714021
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -319,7 +319,7 @@ in
#!/usr/bin/env fish
for monitor in (hyprctl monitors -j | jq -r '.[].name')
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2024-03-30-Spring-2024-Fanart-Contest-All-Entries --follow -e jpg -e png))"
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2024-07-15-Aerial-Antics-Art-Contest-All-Entries --follow -e jpg -e png))"
end
'';
};