From af87da124d0f3e4d0090c25b6ed299fb6096dca5 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:24:25 -0500 Subject: [PATCH] changed font type on clock time --- src/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clock.py b/src/clock.py index 5ffc2b5f..b2183f18 100644 --- a/src/clock.py +++ b/src/clock.py @@ -115,7 +115,7 @@ class Clock: time_str, y=2, # Move up slightly to make room for two lines of date color=self.COLORS['time'], - small_font=False + small_font=True ) # Draw AM/PM (small, next to time)