Fixed waybar timezone
This commit is contained in:
@ -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>'';
|
||||||
|
Reference in New Issue
Block a user