diff --git a/home/hyprland.nix b/home/hyprland.nix index 4a676f89..fce1ca15 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -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 ''; };