diff --git a/hyprlock.sh b/hyprlock.sh index 6a8d489..5152fb3 100644 --- a/hyprlock.sh +++ b/hyprlock.sh @@ -2,7 +2,7 @@ # Use "hyprctl -j monitors" to determine the parameters for the lock and unlock positions. unlockedMonitorYPositions=(0 0 0) -lockedMonitorYPositions=(1080 1080 1080) +lockedMonitorYPositions=(1152 1152 1152) monitors=$(hyprctl -j monitors) tailMonitorIndex=$(($(echo "$monitors" | jq length)-1))