Change slstatus config

This commit is contained in:
diego castillo salazar 2023-04-27 06:04:34 -05:00
parent c665a63558
commit b1d40cf93c
1 changed files with 2 additions and 2 deletions

View File

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