mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
previous commit but i didn't know there are 2 spots to fix
This commit is contained in:
parent
be2b86909a
commit
5b4ccd9d59
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ switch() {
|
|||
local video_path="$imgpath"
|
||||
monitors=$(hyprctl monitors -j | jq -r '.[] | .name')
|
||||
for monitor in $monitors; do
|
||||
mpvpaper -o "$VIDEO_OPTS" "$monitor" "$video_path" --mpv-options '--load-scripts=no' &
|
||||
mpvpaper -o "$VIDEO_OPTS" "$monitor" "$video_path" &
|
||||
sleep 0.1
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue