diff --git a/config.h b/config.h index 1acbea7..773cfa8 100644 --- a/config.h +++ b/config.h @@ -69,8 +69,8 @@ static const struct arg args[] = { {separator, " | ", NULL }, {temp, "%s°C", "/sys/class/hwmon/hwmon2/temp1_input" }, {separator, " | ", NULL }, - {datetime, "%s", "%a %d %b %Y" }, + {datetime, "%s", "%a %d %b" }, {separator, " | ", NULL }, - {datetime, "%s ", "%H:%M" }, + {datetime, "%s ", "%H:%M" }, };