more simplification

This commit is contained in:
Maddie H 2023-02-18 22:10:33 +00:00
parent d9cf311a35
commit c03e79d6d4
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D

View File

@ -74,6 +74,5 @@ static const struct arg args[] = {
{ uptime, "  %s |", NULL }, { uptime, "  %s |", NULL },
/* { kernel_release, "  %s |", NULL }, */ /* { kernel_release, "  %s |", NULL }, */
/* { ipv4, "  %s |", "wlp3s0" }, */ /* { ipv4, "  %s |", "wlp3s0" }, */
{ datetime, "  %s |", "%Y-%m-%d" }, { datetime, "  %s ", "%Y-%m-%d %T" },
{ datetime, "  %s ", "%T" },
}; };