From 668b42214923c4585504c0b25fe4432b91b1b577 Mon Sep 17 00:00:00 2001 From: anders130 <93037023+anders130@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:50:42 +0100 Subject: background: use clock font for the desktop clock font family (#852) --- modules/background/DesktopClock.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml index 6dc6b6b..2de325c 100644 --- a/modules/background/DesktopClock.qml +++ b/modules/background/DesktopClock.qml @@ -12,6 +12,7 @@ Item { anchors.centerIn: parent text: Time.format(Config.services.useTwelveHourClock ? "hh:mm:ss A" : "hh:mm:ss") + font.family: Appearance.font.family.clock font.pointSize: Appearance.font.size.extraLarge font.bold: true } -- cgit v1.2.3-freya