From 5989d32075a734c5765d6eea55e454f43e0ee84a Mon Sep 17 00:00:00 2001 From: Jarett Millard Date: Wed, 10 Apr 2024 21:52:15 -0400 Subject: [PATCH] fix: 12-hour format strings in watch.yaml (#27) --- src/res/watch.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/res/watch.yaml b/src/res/watch.yaml index 2a9a645..1958140 100644 --- a/src/res/watch.yaml +++ b/src/res/watch.yaml @@ -79,11 +79,11 @@ elements: # local clock - type: Label rect: [19, 90, 200, 50] - font_size: 46 + font_size: 46 # Use 32 for 12-hour time fg_color: "#ffffff" source: Clock format: "%H:%M" # 23:59 - #format: "%h:%M %p" # 11:59 PM + #format: "%I:%M %p" # 11:59 PM # local date - type: Label @@ -105,12 +105,12 @@ elements: # alt clock 1 - type: Label rect: [210, 90, 200, 50] - font_size: 24 + font_size: 24 # Use 18 for 12-hour time fg_color: "#99BBAA" source: Clock timezone: "Asia/Tokyo" # change TZ1 here format: "%H:%M" # 23:59 - #format: "%h:%M %p" # 11:59 PM + #format: "%I:%M %p" # 11:59 PM - type: Label rect: [210, 60, 200, 50] font_size: 14 @@ -121,12 +121,12 @@ elements: # alt clock 2 - type: Label rect: [210, 150, 200, 50] - font_size: 24 + font_size: 24 # Use 18 for 12-hour time fg_color: "#AA99BB" source: Clock timezone: "America/Chicago" # change TZ2 here format: "%H:%M" # 23:59 - #format: "%h:%M %p" # 11:59 PM + #format: "%I:%M %p" # 11:59 PM - type: Label rect: [210, 120, 200, 50] font_size: 14