Compare commits
2 commits
9cdc352a52
...
016509fc89
Author | SHA1 | Date | |
---|---|---|---|
016509fc89 | |||
14ba5491af |
1 changed files with 3 additions and 3 deletions
6
config.h
6
config.h
|
@ -65,8 +65,8 @@ static const char unknown_str[] = "n/a";
|
||||||
*/
|
*/
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ cpu_perc, "%s%% | ", NULL },
|
{ cpu_perc, "%3s%% | ", NULL },
|
||||||
{ ram_perc, "%s%% | ", NULL },
|
{ ram_perc, "%3s%% | ", NULL },
|
||||||
{ swap_perc,"%s%% | ", NULL },
|
{ swap_perc,"%3s%% | ", NULL },
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue