From 4ed0ae50ee9eff8d4af49762c2e7110c720baa94 Mon Sep 17 00:00:00 2001 From: klg Date: Fri, 12 Feb 2021 09:42:26 +0100 Subject: [PATCH] Show seconds --- i3status-rs-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3status-rs-config.toml b/i3status-rs-config.toml index aaf4190..b6b2bff 100644 --- a/i3status-rs-config.toml +++ b/i3status-rs-config.toml @@ -59,5 +59,5 @@ block = "keyboard_layout" [[block]] block = "time" -interval = 60 -format = "%a %Y-%m-%d %R" +interval = 5 +format = "%a %Y-%m-%d %T"