mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 04:36:37 +02:00
osu-backgrounds: 2025-01-01 -> 2025-04-01
It's that time of year again.
This commit is contained in:
parent
5f55ae956e
commit
d3b88f4754
@ -225,8 +225,8 @@ in
|
||||
#!/usr/bin/env fish
|
||||
|
||||
feh --bg-fill \
|
||||
(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))
|
||||
(random choice (fd . ${osu-backgrounds}/2025-04-01-Springtime-Showdown-Art-Contest-All-Entries --follow -e jpg -e png)) \
|
||||
(random choice (fd . ${osu-backgrounds}/2025-04-01-Springtime-Showdown-Art-Contest-All-Entries --follow -e jpg -e png))
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -321,7 +321,7 @@ in
|
||||
#!/usr/bin/env fish
|
||||
|
||||
for monitor in (hyprctl monitors -j | jq -r '.[].name')
|
||||
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2025-01-01-Midnight-Moment-Art-Contest-All-Entries --follow -e jpg -e png))"
|
||||
~/.config/${setBackgroundScript} "$monitor" "$(random choice $(fd . ${osu-backgrounds}/2025-04-01-Springtime-Showdown-Art-Contest-All-Entries --follow -e jpg -e png))"
|
||||
end
|
||||
'';
|
||||
};
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "osu-backgrounds";
|
||||
version = "2025-01-01";
|
||||
version = "2025-04-01";
|
||||
|
||||
srcs = [
|
||||
(fetchzip {
|
||||
@ -218,6 +218,13 @@ stdenvNoCC.mkDerivation {
|
||||
hash = "sha256-Tx550sw690WK3SVAsl+cjLb7Qrbrn8laaqjZMLU3efc=";
|
||||
stripRoot = false;
|
||||
})
|
||||
|
||||
(fetchzip {
|
||||
name = "2025-04-01 Springtime Showdown Art Contest All Entries";
|
||||
url = "https://assets.ppy.sh/contests/242/SpringtimeShowdownFanartSubmissions.zip";
|
||||
hash = "sha256-Jrkwi68iZd1R9NoIHjUz+rArICG+icr/cJZerl/t3Ck=";
|
||||
stripRoot = false;
|
||||
})
|
||||
];
|
||||
|
||||
sourceRoot = ".";
|
||||
|
Loading…
x
Reference in New Issue
Block a user