From 1415b957b35c490e33f964f19914ac6f7a47c8fd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 31 Oct 2023 11:48:41 -0400 Subject: [PATCH] hyprland(swww): Use seasonal backgrounds A very important change. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 3bf7d05..412aea5 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -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))" ''; };