mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Clock now updates every second.
This commit is contained in:
parent
8fedeed089
commit
923203dc6e
1 changed files with 4 additions and 1 deletions
|
|
@ -68,7 +68,10 @@ in {
|
|||
format-disconnected = " Disconnected ";
|
||||
format-alt = " {ifname}: {ipaddr}/{cidr}";
|
||||
};
|
||||
clock = { format = " {:%A, %F %T %Z}"; };
|
||||
clock = {
|
||||
format = " {:%A, %F %T %Z}";
|
||||
interval = 1;
|
||||
};
|
||||
};
|
||||
}];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue