fix: improved raise condition test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user