Skip to content

Commit

Permalink
hyprland(swww): Use seasonal backgrounds
Browse files Browse the repository at this point in the history
It's that time of year again. This time spring style.
  • Loading branch information
donovanglover committed Mar 30, 2024
1 parent 993179c commit efec942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
Expand Down

0 comments on commit efec942

Please sign in to comment.