diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:11 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:32 -0800 |
| commit | 7e56a365919aa1a4315eefde3a9432991bccfaf5 (patch) | |
| tree | 54a941fff1d79dd0db6b7c11433edb8cfcdde76c | |
| parent | firefox: add plugins and configurations (diff) | |
| download | infra-7e56a365919aa1a4315eefde3a9432991bccfaf5.tar.gz | |
i3status: clean up formatting
| -rw-r--r-- | users/fcuny/desktop/wm/bar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/fcuny/desktop/wm/bar.nix b/users/fcuny/desktop/wm/bar.nix index 265513d..3bb2560 100644 --- a/users/fcuny/desktop/wm/bar.nix +++ b/users/fcuny/desktop/wm/bar.nix @@ -15,7 +15,7 @@ { block = "battery"; interval = 30; - format = "{percentage} {time}"; + format = "{percentage}"; } { block = "sound"; @@ -24,7 +24,7 @@ { block = "time"; interval = 1; - format = "%b-%d %H:%M:%S"; + format = "%Y-%m-%d %H:%M:%S"; icons_format = ""; } ]; |
