From b9a92507d1cbecf14e7d92fb9c7eade524b824c1 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Mon, 6 Oct 2025 19:30:09 +0300 Subject: [PATCH] fix right bubble show month number --- .../ii/modules/background/cookieClock/DateIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml index 2b95345a3..3fef66c82 100644 --- a/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml +++ b/.config/quickshell/ii/modules/background/cookieClock/DateIndicator.qml @@ -163,7 +163,7 @@ Item { StyledText { z: 6 anchors.centerIn: parent - text: DateTime.date.substring(5, 7) + text: DateTime.date.substring(8, 10) color: Appearance.colors.colTertiary opacity: root.style === "bubble" ? 1.0 : 0 font {