mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02: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
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
feh --bg-fill \
|
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}/2025-01-01-Midnight-Moment-Art-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))
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -316,7 +316,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}/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
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -211,6 +211,13 @@ stdenvNoCC.mkDerivation {
|
|||||||
hash = "sha256-mHT9+nslxUDJp96gU/UjzEifG1BIOu+T4LhgN/wJDts=";
|
hash = "sha256-mHT9+nslxUDJp96gU/UjzEifG1BIOu+T4LhgN/wJDts=";
|
||||||
stripRoot = false;
|
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 = ".";
|
sourceRoot = ".";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user