From 385263f91a5a662c738a2bf45cd7663a13b0976d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 16 Nov 2023 16:11:09 -0500 Subject: [PATCH] hyprland: Revert seasonal backgrounds --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 6e5f83c..707e730 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/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))" ''; };