better default config.h
This commit is contained in:
parent
a2d2e801a2
commit
3a3a3e4101
|
@ -35,6 +35,6 @@
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ cpu_perc, "[CPU %4s] ", NULL },
|
{ cpu_perc, "[CPU %4s] ", NULL },
|
||||||
{ ram_perc, "[ Mem %3s ]", NULL },
|
{ ram_perc, "[RAM %3s] ", NULL },
|
||||||
{ datetime, "[ %s ]", "%F %T" },
|
{ datetime, "[ %s ]", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue