From bbb4aa1d9e1e6f65b39b47264658dd4270c7c32c Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Sun, 12 Jan 2025 14:30:24 -0600
Subject: [PATCH] Disable that visibility hint Turns out it actually breaks
 shit

---
 salt-gruvbox/Main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/salt-gruvbox/Main.qml b/salt-gruvbox/Main.qml
index 13b6006..02d9154 100644
--- a/salt-gruvbox/Main.qml
+++ b/salt-gruvbox/Main.qml
@@ -74,7 +74,7 @@ Rectangle {
 		color: "#00000000"
 		//color: "#e6000000"
 		// ^ This matches hyprlock but it looks kinda bad :<
-		visible: primaryScreen
+		//visible: primaryScreen
 
 		// Within that bg, we have a login box with everything in it
 		Rectangle {