This commit is contained in:
Gonzalo Rafael Acosta 2024-07-07 11:18:27 -03:00 committed by GitHub
commit 730bd71413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -830,7 +830,7 @@ in
clock = { clock = {
"interval" = 1; "interval" = 1;
"format" = "{:%a %Y-%m-%d %I:%M:%S %p}"; "format" = "{:%a %Y-%m-%d %I:%M:%S %p}";
"timezone" = "America/Chicago"; "timezone" = systemSettings.timezone;
"tooltip-format" = '' "tooltip-format" = ''
<big>{:%Y %B}</big> <big>{:%Y %B}</big>
<tt><small>{calendar}</small></tt>''; <tt><small>{calendar}</small></tt>'';