summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/DesktopClock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/background/DesktopClock.qml b/modules/background/DesktopClock.qml
index 380e65a..a0e3f13 100644
--- a/modules/background/DesktopClock.qml
+++ b/modules/background/DesktopClock.qml
@@ -11,7 +11,7 @@ Item {
id: timeText
anchors.centerIn: parent
- text: Time.format("hh:mm:ss")
+ text: Time.format(Config.services.useTwelveHourClock ? "hh:mm:ss A" : "hh:mm:ss")
font.pointSize: Appearance.font.size.extraLarge
font.bold: true
}