hyprland: Use all backgrounds

The year is now 2024.
This commit is contained in:
Donovan Glover 2024-01-05 19:07:21 -05:00
parent 91a708c123
commit 4188ae930d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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/2023-12-07-Winter-2023-Fanart-Contest-Finalists --follow -e jpg -e png))"
./set-bg.fish "$monitor" "$(random choice $(fd . /run/current-system/sw/share/backgrounds --follow -e jpg -e png))"
end
'';
};