Use the 12 format for the time 🕛
This commit is contained in:
parent
6c557515ad
commit
bdbd0f2722
1 changed files with 2 additions and 1 deletions
3
config.h
3
config.h
|
@ -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" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue