forked from Shinonome/dots-hyprland
previous commit but i didn't know there are 2 spots to fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user