From b3f74b6c1c4590f35563bb507b44dcd7a1609736 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 16:22:12 +0300 Subject: [PATCH] change date color --- .config/quickshell/ii/modules/background/CookieClock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index d87623692..d06beee58 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -368,7 +368,7 @@ Item { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } anchors.centerIn: parent - color: root.colHourHand + color: Appearance.colors.colSecondaryHover text: DateTime.date.substring(5,7) font { family: Appearance.font.family.expressive