mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Use all backgrounds
The year is now 2024.
This commit is contained in:
parent
91a708c123
commit
4188ae930d
@ -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
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user