Fix calender icon 🗓

This commit is contained in:
Anas Elgarhy 2022-07-24 09:54:07 +02:00
parent 6b80fba106
commit a426f47068
1 changed files with 1 additions and 1 deletions

View File

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