forked from extern/nix-config
hyprland(swww): Use seasonal backgrounds
It's that time of year again.
This commit is contained in:
parent
f4b2b6b586
commit
8c58360fc5
@ -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-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/2023-12-07-Winter-2023-Fanart-Contest-Finalists --follow -e jpg -e png))"
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user