From fa2184b884c3ccaf56c6ba4d45fd8dc6b39951ba Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 16 Mar 2020 16:32:29 +0100 Subject: [PATCH] Use shorter format strings for time --- .config/i3/status-rs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/status-rs.toml b/.config/i3/status-rs.toml index 1d0f0ec..3d0fb60 100644 --- a/.config/i3/status-rs.toml +++ b/.config/i3/status-rs.toml @@ -69,11 +69,11 @@ block = "sound" [[block]] block = "time" interval = 1 -format = "%Y-%m-%d %a (%Z) %H:%M:%S" +format = "%F (%Z) %T" timezone = "Europe/Vienna" [[block]] block = "time" interval = 1 -format = "(%Z) %H:%M:%S" +format = "(%Z) %T" timezone = "Etc/UTC"