From cd3b8b5bab75dede11e10b18f976ffe06a34dccc Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sun, 5 Oct 2025 03:13:48 +0300 Subject: [PATCH] add icon to date --- .config/quickshell/ii/modules/background/CookieClock.qml | 2 +- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index 56dde7966..8ab69e3e5 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -351,7 +351,7 @@ Item { font { family: Appearance.font.family.reading pixelSize: 80 - weight: 5000 + weight: 1000 } } } diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index d3e538cf1..c2bfd0c32 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -227,7 +227,7 @@ ContentPage { ConfigSwitch { enabled: Config.options.background.clock.style === "cookie" && Config.options.background.clock.cookie.dialNumberStyle === "none" visible: Config.options.background.clock.style === "cookie" - buttonIcon: "farsight_digital" + buttonIcon: "date_range" text: Translation.tr("Date inside clock") checked: Config.options.background.clock.cookie.dateInClock onEnabledChanged: {