From 5820106e31dee7c273d8e57e9b83213e0d998066 Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:11:17 +0530 Subject: [PATCH] removed overriding opacity, as one can change in their config, current default is 0.7 --- .../quickshell/ii/modules/overlay/stickypad/Stickypad.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml b/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml index 149b65ac0..cc42e754a 100644 --- a/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml +++ b/dots/.config/quickshell/ii/modules/overlay/stickypad/Stickypad.qml @@ -10,9 +10,6 @@ StyledOverlayWidget { minWidth: 440 showCenterButton: true - // Override opacity to always stay fully opaque, even in clickthrough mode - opacity: 1.0 - contentItem: StickypadContent { implicitWidth: 440 implicitHeight: 380