add support for custom date formats via config

This commit is contained in:
2026-05-03 17:30:10 +02:00
parent 10340a83dd
commit 8a2eeb6c31
7 changed files with 26 additions and 33 deletions
+1
View File
@@ -180,6 +180,7 @@ Singleton {
logo: general.logo,
wallpaperPath: general.wallpaperPath,
desktopIcons: general.desktopIcons,
dateFormat: general.dateFormat,
color: {
mode: general.color.mode,
smart: general.color.smart,
+1
View File
@@ -6,6 +6,7 @@ JsonObject {
}
property Color color: Color {
}
property string dateFormat: "ddd d MMM - hh:mm:ss"
property bool desktopIcons: false
property Idle idle: Idle {
}