From a7ba8d5e79cfc48772e6c7689e0324fa657f039d Mon Sep 17 00:00:00 2001 From: Mohammed Goder Date: Thu, 14 Mar 2024 19:48:40 -0500 Subject: [PATCH] Update hyprlock.sh --- hyprlock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))