packages: update osu-backgrounds

It's that time of year again.
This commit is contained in:
Donovan Glover 2025-01-01 21:01:57 -05:00
parent 06ff0e8021
commit 3799f29616
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 10 additions and 3 deletions

View File

@ -221,8 +221,8 @@ in
#!/usr/bin/env fish
feh --bg-fill \
(random choice (fd . ${osu-backgrounds}/2024-10-09-Autumn-2024-Fanart-Contest-All-Entries --follow -e jpg -e png)) \
(random choice (fd . ${osu-backgrounds}/2024-10-09-Autumn-2024-Fanart-Contest-All-Entries --follow -e jpg -e png))
(random choice (fd . ${osu-backgrounds}/2025-01-01-Midnight-Moment-Art-Contest-All-Entries --follow -e jpg -e png)) \
(random choice (fd . ${osu-backgrounds}/2025-01-01-Midnight-Moment-Art-Contest-All-Entries --follow -e jpg -e png))
'';
};

View File

@ -316,7 +316,7 @@ in
#!/usr/bin/env fish
for monitor in (hyprctl monitors -j | jq -r '.[].name')
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2024-10-09-Autumn-2024-Fanart-Contest-All-Entries --follow -e jpg -e png))"
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2025-01-01-Midnight-Moment-Art-Contest-All-Entries --follow -e jpg -e png))"
end
'';
};

View File

@ -211,6 +211,13 @@ stdenvNoCC.mkDerivation {
hash = "sha256-mHT9+nslxUDJp96gU/UjzEifG1BIOu+T4LhgN/wJDts=";
stripRoot = false;
})
(fetchzip {
name = "2025-01-01 Midnight Moment Art Contest All Entries";
url = "https://assets.ppy.sh/contests/226/MidnightMomentFanartSubmissions.zip";
hash = "sha256-Tx550sw690WK3SVAsl+cjLb7Qrbrn8laaqjZMLU3efc=";
stripRoot = false;
})
];
sourceRoot = ".";