mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 05:37:32 +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
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
feh --bg-fill \
|
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-04-01-Springtime-Showdown-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))
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ in
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
for monitor in (hyprctl monitors -j | jq -r '.[].name')
|
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
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "osu-backgrounds";
|
pname = "osu-backgrounds";
|
||||||
version = "2025-01-01";
|
version = "2025-04-01";
|
||||||
|
|
||||||
srcs = [
|
srcs = [
|
||||||
(fetchzip {
|
(fetchzip {
|
||||||
@ -218,6 +218,13 @@ stdenvNoCC.mkDerivation {
|
|||||||
hash = "sha256-Tx550sw690WK3SVAsl+cjLb7Qrbrn8laaqjZMLU3efc=";
|
hash = "sha256-Tx550sw690WK3SVAsl+cjLb7Qrbrn8laaqjZMLU3efc=";
|
||||||
stripRoot = false;
|
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 = ".";
|
sourceRoot = ".";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user