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)