diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:49:07 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-04-18 21:49:07 +0100 |
| commit | 5cac22282cbfaccf3bdac24ebaf12c534d64b18e (patch) | |
| tree | dec2d9cf6059f9e28d810ddfe31a6eb3e6e7d8e3 | |
| parent | 9158edcb475f7cf4d000c7c06d56791e24166c75 (diff) | |
Improve time format in i3bar
| -rw-r--r-- | hosts/gheshki/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index 090dead..dff03e6 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -132,7 +132,7 @@ "tztime local" = { position = 6; settings = { - format = "%Y-%m-%d %H-%M"; + format = "%Y-%m-%d %H:%M"; }; }; "disk /" = { |
