@ -34,7 +34,7 @@
- wifi_essid (wifi essid) [argument: wifi card interface name] */
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "[ CPU %4s ]", NULL },
{ ram_perc, "[ Mem %3s ]", NULL },
{ cpu_perc, "[CPU %4s] ", NULL },
{ ram_perc, "[RAM %3s] ", NULL },
{ datetime, "[ %s ]", "%F %T" },
};