mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 09:43:11 +01:00
hyprland(swww): Fix incorrect background script
This commit is contained in:
parent
ad9500925d
commit
770f8dde0a
@ -52,7 +52,7 @@ in
|
||||
cd ~/.config/hypr
|
||||
|
||||
for monitor in (hyprctl monitors -j | jq -r '.[].name')
|
||||
./set.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 --follow -e jpg -e png))"
|
||||
end
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user