Use the 12 format for the time 🕛

This commit is contained in:
Anas Elgarhy 2022-04-26 02:19:35 +02:00
parent 6c557515ad
commit bdbd0f2722

View file

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