From 12213b00088c6eab26f0fa81132f11788af0bc4f Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 10 Jun 2025 16:02:31 +0200 Subject: [PATCH] wip --- modules/bar/components/Clock.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml index ea57e2b..60058be 100644 --- a/modules/bar/components/Clock.qml +++ b/modules/bar/components/Clock.qml @@ -25,8 +25,8 @@ Column { anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment: StyledText.AlignHCenter - text: Time.format("hh\nmm") - font.pointSize: Appearance.font.size.smaller + text: Time.format("hh:mm") + font.pointSize: Appearance.font.size.tiny font.family: Appearance.font.family.mono color: root.colour }