From e86a0e23bbb3f3d7b5c02af79ea540b7f3f51814 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:59:06 +0200 Subject: [PATCH] remove weird transparency --- .../quickshell/ii/modules/background/cookieClock/MinuteHand.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml b/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml index 4ff37ae90..dd80f5a4c 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml @@ -39,7 +39,6 @@ Item { radius: root.style === "classic" ? 2 : root.handWidth / 2 color: Appearance.colors.colSecondary - opacity: 0.9 Behavior on height { animation: Appearance.animation.elementResize.numberAnimation.createObject(this)