Date format

This commit is contained in:
2024-12-02 19:05:56 +01:00
parent ff47128e2f
commit 07194d5fa7

View File

@@ -65,7 +65,7 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ datetime, "%s", "%D-%m-%d %k-%M" },
{ datetime, "%s", "%D-%m-%d %k:%M" },
{ run_command, " | ", NULL},
{ battery_perc, "%s%%", "BAT0"},
{ run_command, " ", NULL},