From d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 9 Jan 2026 15:15:49 -0500 Subject: remove more stuffff --- modules/background/DesktopClock.qml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/background/DesktopClock.qml (limited to 'modules/background/DesktopClock.qml') diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml deleted file mode 100644 index 2de325c..0000000 --- a/modules/background/DesktopClock.qml +++ /dev/null @@ -1,19 +0,0 @@ -import qs.components -import qs.services -import qs.config -import QtQuick - -Item { - implicitWidth: timeText.implicitWidth + Appearance.padding.large * 2 - implicitHeight: timeText.implicitHeight + Appearance.padding.large * 2 - - StyledText { - id: timeText - - 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