about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 13:05:11 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:05:32 -0800
commit7e56a365919aa1a4315eefde3a9432991bccfaf5 (patch)
tree54a941fff1d79dd0db6b7c11433edb8cfcdde76c /users/fcuny
parentfirefox: add plugins and configurations (diff)
downloadworld-7e56a365919aa1a4315eefde3a9432991bccfaf5.tar.gz
i3status: clean up formatting
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/desktop/wm/bar.nix4
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 = "";
         }
       ];