From 8a2cd5435265261121f98acd2f29b03a833b1592 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 19 Jul 2020 01:09:09 +0300 Subject: [PATCH] i3status: fix date formatting --- conf/i3status/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/i3status/config b/conf/i3status/config index e14a76ca..7b3598bc 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -94,8 +94,9 @@ tztime utc { time { # Finnishish formatting with my adjustments #format = "%Y-W%V/%a %d. %Bta %Y/%H.%M.%S%z" + # %G = week based year # %V = week number counted from first week with 4 days - format = "%Y-W%V (%a/%B) / %F %H.%M.%S%z" + format = "%G-W%V-%u (%a/%B) / %F %H.%M.%S%z" } volume master {