diff --git a/.config/quickshell/ii/modules/background/cookieClock/HourMarks.qml b/.config/quickshell/ii/modules/background/cookieClock/HourMarks.qml index b714024b0..2f4304845 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/HourMarks.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/HourMarks.qml @@ -69,7 +69,7 @@ Item { Behavior on opacity { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } - Behavior on anchors.leftMargin{ + Behavior on anchors.leftMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } } diff --git a/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml b/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml index 17d7b7c65..261932572 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/MinuteHand.qml @@ -20,7 +20,7 @@ Item { rotation: -90 + (360 / 60) * root.clockMinute opacity: root.style === "hide" ? 0.0 : 1.0 - Behavior on rotation{ + Behavior on rotation { animation: Appearance.animation.elementResize.numberAnimation.createObject(this) } Behavior on opacity { diff --git a/.config/quickshell/ii/modules/background/cookieClock/MinuteMarks.qml b/.config/quickshell/ii/modules/background/cookieClock/MinuteMarks.qml index a9856e15d..af29f426d 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/MinuteMarks.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/MinuteMarks.qml @@ -19,12 +19,12 @@ Item { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } Rectangle { - anchors{ + anchors { left: parent.left verticalCenter: parent.verticalCenter leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "dots" ? 10 : 50 } - Behavior on anchors.leftMargin{ + Behavior on anchors.leftMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } implicitWidth: root.hourDotSize @@ -56,10 +56,10 @@ Item { verticalCenter: parent.verticalCenter leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "numbers" ? 32 : 96 } - Behavior on anchors.leftMargin{ + Behavior on anchors.leftMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } - StyledText{ + StyledText { color: root.colOnBackground anchors.centerIn: parent text: index === 0 ? "9" : @@ -97,7 +97,7 @@ Item { verticalCenter: parent.verticalCenter leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50 } - Behavior on anchors.leftMargin{ + Behavior on anchors.leftMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } } @@ -125,7 +125,7 @@ Item { verticalCenter: parent.verticalCenter leftMargin: Config.options.background.clock.cookie.dialNumberStyle === "full" ? 10 : 50 } - Behavior on anchors.leftMargin{ + Behavior on anchors.leftMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } } diff --git a/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml b/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml index 38f574129..e7bdb0e84 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/SecondHand.qml @@ -47,7 +47,7 @@ Item { leftMargin: 10 } } - Rectangle{ + Rectangle { // Dot on the classic style opacity: root.style === "classic" ? 1.0 : 0.0 implicitHeight: 14 diff --git a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml index 1d26a857c..4acd0984c 100644 --- a/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml +++ b/.config/quickshell/ii/modules/common/widgets/MaterialCookie.qml @@ -22,7 +22,7 @@ Item { Loader { active: constantlyRotate - sourceComponent: FrameAnimation{ + sourceComponent: FrameAnimation { running: true onTriggered: { shapeRotation += 0.05