From 9fd5990f168fae3a0e220b92ba19c3eef7b9dfa4 Mon Sep 17 00:00:00 2001 From: AChavali Date: Tue, 18 Feb 2020 01:34:43 +0000 Subject: ~format for i3status tztime local day/month/year instead of Year-month-day. Just looks nicer and easier for me to interpret. --- i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3status.conf b/i3status.conf index 727412d..cec268f 100644 --- a/i3status.conf +++ b/i3status.conf @@ -12,7 +12,7 @@ order += "battery 0" order += "tztime local" tztime local { - format = "%Y-%m-%d %H:%M:%S" + format = "%d/%m/%Y %H:%M" } wireless wlp2s0 { -- cgit v1.2.3-13-gbd6f