From 60b0db7120e28bfa08e2da58164ec7f7841cea96 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 14:13:13 +0300 Subject: [PATCH] lil tweaks --- .config/quickshell/ii/modules/background/CookieClock.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index add8dc1da..525503613 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -36,8 +36,8 @@ Item { property color colShadow: Appearance.colors.colShadow property color colBackground: Appearance.colors.colSecondaryContainer property color colOnBackground: ColorUtils.mix(Appearance.colors.colPrimary, Appearance.colors.colSecondaryContainer, 0.5) - property color colHourHand: Appearance.colors.colPrimary - property color colMinuteHand: Appearance.colors.colSecondaryActive + property color colMinuteHand: Appearance.colors.colPrimary + property color colHourHand: Appearance.colors.colSecondaryActive property color colOnHourHand: Appearance.colors.colOnPrimary property color colTimeIndicators: Appearance.colors.colSecondaryContainerHover property color colSeconds: Appearance.colors.colTertiary