better default config.h

This commit is contained in:
Aaron Marcher 2016-10-05 11:40:36 +02:00 committed by drkhsh
parent a2d2e801a2
commit 3a3a3e4101
1 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@
- wifi_perc (wifi signal in percent) [argument: wifi card interface name]
- 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 },
{ datetime, "[ %s ]", "%F %T" },
/* function format argument */
{ cpu_perc, "[CPU %4s] ", NULL },
{ ram_perc, "[RAM %3s] ", NULL },
{ datetime, "[ %s ]", "%F %T" },
};