previous commit but i didn't know there are 2 spots to fix

This commit is contained in:
end-4
2025-07-23 09:34:23 +07:00
parent be2b86909a
commit 5b4ccd9d59
@@ -218,7 +218,7 @@ switch() {
local video_path="$imgpath" local video_path="$imgpath"
monitors=$(hyprctl monitors -j | jq -r '.[] | .name') monitors=$(hyprctl monitors -j | jq -r '.[] | .name')
for monitor in $monitors; do 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 sleep 0.1
done done