From f2f9dff7bd07822deb67b971a0a34b86bcac8959 Mon Sep 17 00:00:00 2001
From: Jan Hensel <ceo@dubious.engineering>
Date: Thu, 12 Sep 2024 13:32:26 +0200
Subject: [PATCH] i3blocks-rs: Show seconds in time

---
 .config/i3status-rust/config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml
index 78f65e9..3fccc9a 100644
--- a/.config/i3status-rust/config.toml
+++ b/.config/i3status-rust/config.toml
@@ -86,4 +86,4 @@ missing_format = ""
 [[block]]
 block = "time"
 interval = 1
-format = " $icon $timestamp.datetime(f:'%a %Y-%m-%d %R', l:en_US) "
+format = " $icon $timestamp.datetime(f:'%a %Y-%m-%d %H:%M:%S', l:en_US) "
-- 
GitLab