hyprland(swww): Use seasonal backgrounds

A very important change.
This commit is contained in:
Donovan Glover
2023-10-31 11:48:41 -04:00
parent 6b9f547088
commit 1415b957b3

View File

@ -48,7 +48,7 @@ in
#!/usr/bin/env fish
cd ~/.config/hypr
./set-bg.fish "$(random choice $(fd . /run/current-system/sw/share/backgrounds --follow -e jpg -e png))"
./set-bg.fish "$(random choice $(fd . /run/current-system/sw/share/backgrounds/2023-10-22-Halloween-2023-Fanart-Contest-Finalists --follow -e jpg -e png))"
'';
};