Fixed waybar timezone

This commit is contained in:
Emmet 2023-08-19 16:11:09 -05:00
parent c9891c5774
commit 5143e113ff

View file

@ -341,7 +341,7 @@
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/New_York"; "timezone" = "America/Chicago";
"tooltip-format" = '' "tooltip-format" = ''
<big>{:%Y %B}</big> <big>{:%Y %B}</big>
<tt><small>{calendar}</small></tt>''; <tt><small>{calendar}</small></tt>'';