From a426f47068c68ba6981de39bcb30f3af677115ef Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 24 Jul 2022 09:54:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20calender=20icon=20=F0=9F=97=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 53dd205..4341658 100644 --- a/config.h +++ b/config.h @@ -76,6 +76,6 @@ static const struct arg args[] = { { battery_perc, "🔋%s%% ", "BAT0" }, { battery_state, "%s ", "BAT0" }, { keymap, "⌨%s ", NULL }, - { datetime, "🗓️ %s ", "%D %a" }, + { datetime, "🗓%s ", "%D %a" }, { datetime, "🕘%s ", "%r" }, };