Clock: simpler format management (horiz vs vertical) so one can switch the bar position without editing its clock.

This commit is contained in:
ItsLemmy
2025-09-20 03:01:06 -04:00
parent a340f8f31f
commit 8d0ce8dc49
3 changed files with 83 additions and 200 deletions
+2 -4
View File
@@ -55,10 +55,8 @@ Singleton {
"allowUserSettings": true,
"usePrimaryColor": true,
"useMonospacedFont": true,
"line1": "HH:mm ddd, MMM dd",
"line2": "",
"line3": "",
"line4": ""
"formatHorizontal": "HH:mm ddd, MMM dd",
"formatVertical": "HH mm - dd MM"
},
"CustomButton": {
"allowUserSettings": true,