diff --git a/.config/quickshell/ii/modules/background/cookieClock/dateIndicator/RotatingDate.qml b/.config/quickshell/ii/modules/background/cookieClock/dateIndicator/RotatingDate.qml index e27d64bd4..de11cf404 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/dateIndicator/RotatingDate.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/dateIndicator/RotatingDate.qml @@ -30,7 +30,7 @@ Item { Repeater { model: root.dateText.length - delegate: StyledText { + delegate: Text { required property int index property real angle: index * root.angleStep - Math.PI / 2 x: root.width / 2 + root.radius * Math.cos(angle) - width / 2