fix: improved raise condition test

This commit is contained in:
2026-01-10 16:00:37 +01:00
parent 6a384db287
commit be6a81704c

View File

@@ -11,7 +11,7 @@ else
LAST_WALLPAPER=-1
fi
until hyprctl -j monitors | grep -q " "
until [[ -e "$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.hyprpaper.sock" ]]
do
sleep 0.1
done