From 000112967e161c1812f9cdcc05cc6cdb614bbb26 Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Sun, 7 Jul 2024 22:49:13 +0200 Subject: [PATCH] better date --- theme.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.conf b/theme.conf index 86f2100..38ca21f 100644 --- a/theme.conf +++ b/theme.conf @@ -107,9 +107,9 @@ Locale="" ## The time and date locale should usually be set in your system settings. Only hard set this if something is not working by default or you want a seperate locale setting in your login screen. HourFormat="hh:mm AP" -## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "hh:mm A". See http://doc.qt.io/qt-5/qml-qtqml-date.html +## Defaults to Locale.ShortFormat - Accepts "long" or a custom string like "HH:mm". See http://doc.qt.io/qt-5/qml-qtqml-date.html -DateFormat="dddd  MMM d" +DateFormat="dddd, d MMM" ## Defaults to Locale.LongFormat - Accepts "short" or a custom string like "dddd, d 'of' MMMM". See http://doc.qt.io/qt-5/qml-qtqml-date.html