From e7d702c4c36c214765933e76e2a9145f18d0b1f7 Mon Sep 17 00:00:00 2001 From: nutty Date: Tue, 18 Aug 2026 02:15:09 +1000 Subject: [PATCH] Changed stock settings --- clocko/settings/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clocko/settings/settings.json b/clocko/settings/settings.json index bf27ef7..de49bb5 100644 --- a/clocko/settings/settings.json +++ b/clocko/settings/settings.json @@ -52,7 +52,7 @@ { "value": "800", "label": "Extra Bold" }, { "value": "900", "label": "Black" } ], - "defaultValue": "700", + "defaultValue": "800", "showIf": "enableLine1", "group": "Appearance" }, @@ -119,7 +119,7 @@ "label": "Format", "description": "Click here for formatting options", "type": "text", - "defaultValue": "ddd, MMM D", + "defaultValue": "ddd D MMM YY", "showIf": "enableLine2", "group": "Appearance" }, @@ -168,7 +168,7 @@ "label": "Font Opacity", "description": "", "type": "number", - "defaultValue": "0.7", + "defaultValue": "0.9", "min": 0, "max": 1, "step": ".01",