mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Use system.timezone for waybar
This commit is contained in:
parent
7a5b01ab7d
commit
974bd092a2
|
@ -830,7 +830,7 @@ in
|
|||
clock = {
|
||||
"interval" = 1;
|
||||
"format" = "{:%a %Y-%m-%d %I:%M:%S %p}";
|
||||
"timezone" = "America/Chicago";
|
||||
"timezone" = systemSettings.timezone;
|
||||
"tooltip-format" = ''
|
||||
<big>{:%Y %B}</big>
|
||||
<tt><small>{calendar}</small></tt>'';
|
||||
|
|
Loading…
Reference in a new issue