mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-14 14:58:14 +01:00
packages: update osu-backgrounds
It's that time of year again.
This commit is contained in:
parent
06ff0e8021
commit
3799f29616
@ -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))
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
@ -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 = ".";
|
||||
|
Loading…
Reference in New Issue
Block a user