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: {