From fac79c8a7dcd37eb781815fbdbb8d501ce9d7e8b Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Mon, 6 Oct 2025 18:48:40 +0300 Subject: [PATCH] Dont deselect certain date indicators when selecting specific date styles --- .../ii/modules/background/cookieClock/DateIndicator.qml | 2 +- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml index 6efc6cb0e..121196ea2 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml @@ -22,7 +22,7 @@ Item { if (!Config.options.time.secondPrecision) return 0; return secondHandLoader.item.rotation + 45 // +45 degrees to align with minute hand } - + opacity: root.style === "rotating" ? 1.0 : 0 Behavior on opacity { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index f1c9e16fb..430ec6c40 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -69,12 +69,6 @@ ContentPage { if (newValue === "numbers") { Config.options.background.clock.cookie.timeIndicators = false; } - if (newValue != "none") { - Config.options.background.clock.cookie.dateInClock = false; - if (Config.options.background.clock.cookie.dateStyle !== "bubble") { - Config.options.background.clock.cookie.dateStyle = "none"; - } - } } options: [ {