From a5b80c1c731039383a6b3ef92c34bfd1cb769589 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:15:46 +0200 Subject: [PATCH] =?UTF-8?q?there=20must=20be=20a=20space=20before=20`{`=20?= =?UTF-8?q?=F0=9F=98=AD=F0=9F=92=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ii/modules/background/cookieClock/HourMarks.qml | 2 +- .../ii/modules/background/cookieClock/MinuteHand.qml | 2 +- .../modules/background/cookieClock/MinuteMarks.qml | 12 ++++++------ .../ii/modules/background/cookieClock/SecondHand.qml | 2 +- .../ii/modules/common/widgets/MaterialCookie.qml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) 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