1
0
forked from extern/nix-config

hyprland: Revert seasonal backgrounds

This commit is contained in:
Donovan Glover 2023-11-16 16:11:09 -05:00
parent 2553258bc3
commit 385263f91a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

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/2023-10-22-Halloween-2023-Fanart-Contest-Finalists --follow -e jpg -e png))"
./set-bg.fish "$(random choice $(fd . /run/current-system/sw/share/backgrounds --follow -e jpg -e png))"
'';
};