diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index 5491b3f02..d76a28725 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -94,7 +94,7 @@ Item { amplitude: implicitSize / 70 sides: Config.options.background.clock.clockSides color: root.colBackground - + waveAnimation: Config.options.background.clock.cookie.waveAnimation } @@ -491,6 +491,7 @@ Item { } + // Quote Rectangle{ id: quoteBox @@ -502,7 +503,8 @@ Item { implicitHeight: showQuote ? quoteText.height + 8 : 0 radius: Appearance.rounding.small color: Appearance.colors.colSecondaryContainer - + + Behavior on implicitHeight { animation: Appearance.animation.elementResize.numberAnimation.createObject(this) } diff --git a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index 47e75cff2..15fb66d44 100644 --- a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -14,8 +14,7 @@ Item { property int renderPoints: 360 property color color: "#605790" property alias strokeWidth: shapePath.strokeWidth - - property bool waveAnimation: Config.options.background.clock.cookie.waveAnimation + property bool waveAnimation: false implicitWidth: implicitSize diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index 8759acc84..20aed3474 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -270,7 +270,7 @@ ContentPage { Config.options.background.clock.cookie.centerGlow = checked; } StyledToolTip { - text: "Can only be turned on using the 'Dots' dial style for aesthetic reasons" + text: "Can only be turned on using the 'Dots' or 'Full' dial style for aesthetic reasons" } }