Compare commits

...

2 commits

Author SHA1 Message Date
Gonzalo Rafael Acosta 7a4ec3c346
Merge 974bd092a2 into 464b511f23 2024-07-12 01:21:07 -03:00
Gonzalo Rafael Acosta 974bd092a2
Use system.timezone for waybar 2024-07-07 11:16:34 -03:00

View file

@ -838,7 +838,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>'';