From 8c58360fc5b09d0b6a4b8dbf895dae78790c04b2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 7 Dec 2023 19:13:19 -0500 Subject: [PATCH] hyprland(swww): Use seasonal backgrounds It's that time of year again. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 5706ae8..13282f6 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -52,7 +52,7 @@ in cd ~/.config/hypr for monitor in (hyprctl monitors -j | jq -r '.[].name') - ./set-bg.fish "$monitor" "$(random choice $(fd . /run/current-system/sw/share/backgrounds --follow -e jpg -e png))" + ./set-bg.fish "$monitor" "$(random choice $(fd . /run/current-system/sw/share/backgrounds/2023-12-07-Winter-2023-Fanart-Contest-Finalists --follow -e jpg -e png))" end ''; };