From 74787f89278e8fef26fcc0aeed6769fead910e73 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Wed, 8 Oct 2025 23:34:32 +0300 Subject: [PATCH] center the cookie quote correctly --- .config/quickshell/ii/modules/background/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }