From bdbd0f2722d66b12bb771f8472089c3215e95e6a Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Tue, 26 Apr 2022 02:19:35 +0200 Subject: [PATCH] =?UTF-8?q?Use=20the=2012=20format=20for=20=20the=20time?= =?UTF-8?q?=20=F0=9F=95=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index f7a27eb..311f6d5 100644 --- a/config.h +++ b/config.h @@ -74,5 +74,6 @@ static const struct arg args[] = { { battery_perc, ":%s%% ", "BAT0" }, { battery_state, "%s ", "BAT0" }, { keymap, ":%s ", NULL }, - { datetime, " %s ", "%F %T" }, + { datetime, " %s ", "%F" }, + { datetime, " %s ", "%r" }, };