Fix calender icon 🗓
This commit is contained in:
parent
6b80fba106
commit
a426f47068
1 changed files with 1 additions and 1 deletions
2
config.h
2
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" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue