hyprland(swww): Fix incorrect background script

This commit is contained in:
Donovan Glover 2023-11-19 16:11:22 -05:00
parent ad9500925d
commit 770f8dde0a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -52,7 +52,7 @@ in
cd ~/.config/hypr cd ~/.config/hypr
for monitor in (hyprctl monitors -j | jq -r '.[].name') 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 end
''; '';
}; };