feat(clock): stack date above time

This commit is contained in:
2026-02-20 00:52:07 -08:00
committed by Kat Huang
parent 9172d882d5
commit 2ae4a8ba82

View File

@@ -318,7 +318,7 @@ clockWidget =
( textClockNewWith
defaultClockConfig
{ clockUpdateStrategy = RoundedTargetInterval 60 0.0,
clockFormatString = "%a %b %_d, 🕑%I:%M %p"
clockFormatString = "%a %b %_d\n🕑%I:%M %p"
}
)