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 } }