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.
  • Loading branch information
donovanglover committed Dec 8, 2023
1 parent f4b2b6b commit 8c58360
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 @@ -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 --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
'';
};
Expand Down

0 comments on commit 8c58360

Please sign in to comment.