From 6b7a12fc9f45ce4f03c5eab899738b0529dd8031 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:30:56 +0100 Subject: [PATCH] hefty: more subtle focus grab darkening --- .../quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml index b403f8001..613aa55f9 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/HTopLayerPanel.qml @@ -40,7 +40,7 @@ PanelWindow { anchors.fill: parent shown: GlobalFocusGrab.active sourceComponent: Rectangle { - opacity: 0.4 + opacity: 0.2 color: Appearance.m3colors.m3scrim } }