mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixed waybar timezone
This commit is contained in:
parent
c9891c5774
commit
5143e113ff
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@
|
|||
clock = {
|
||||
"interval" = 1;
|
||||
"format" = "{:%a %Y-%m-%d %I:%M:%S %p}";
|
||||
"timezone" = "America/New_York";
|
||||
"timezone" = "America/Chicago";
|
||||
"tooltip-format" = ''
|
||||
<big>{:%Y %B}</big>
|
||||
<tt><small>{calendar}</small></tt>'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue