From 1a636ff8e9e5767e8489f945c3dd1d8d39453102 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:06:44 +0200 Subject: [PATCH] clock tooltip: not show redundant time --- .config/quickshell/ii/modules/bar/ClockWidgetTooltip.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/ClockWidgetTooltip.qml b/.config/quickshell/ii/modules/bar/ClockWidgetTooltip.qml index ea11336a9..b2e0165ac 100644 --- a/.config/quickshell/ii/modules/bar/ClockWidgetTooltip.qml +++ b/.config/quickshell/ii/modules/bar/ClockWidgetTooltip.qml @@ -52,7 +52,7 @@ StyledPopup { StyledText { horizontalAlignment: Text.AlignLeft color: Appearance.colors.colOnSurfaceVariant - text: `${root.formattedDate} • ${root.formattedTime}` + text: `${root.formattedDate}` font.weight: Font.Medium } }