mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland(swww): Use seasonal backgrounds
It's that time of year again. This time spring style.
This commit is contained in:
parent
993179c4fd
commit
efec942be0
@ -90,7 +90,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/Spring2024FanartSubmissions --follow -e jpg -e png))"
|
||||
end
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user