From 770f8dde0a06ea03581be38db5361bc064a06513 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 19 Nov 2023 16:11:22 -0500 Subject: [PATCH] hyprland(swww): Fix incorrect background script --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index eeac286a..d549343f 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.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 --follow -e jpg -e png))" end ''; };