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" }, };