diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 69e249c9a..9db9d8b26 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -345,8 +345,8 @@ Variants { id: cookieQuoteLoader visible: root.showQuote active: visible - anchors.horizontalCenter: parent.horizontalCenter sourceComponent: CookieQuote {} + anchors.horizontalCenter: cookieClockLoader.horizontalCenter } }