Compare commits
No commits in common. "016509fc894588080dbb66aec516b2fc95068067" and "9cdc352a525006226877c4cff4eea42c1627fe44" have entirely different histories.
016509fc89
...
9cdc352a52
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, "%3s%% | ", NULL },
|
{ cpu_perc, "%s%% | ", NULL },
|
||||||
{ ram_perc, "%3s%% | ", NULL },
|
{ ram_perc, "%s%% | ", NULL },
|
||||||
{ swap_perc,"%3s%% | ", NULL },
|
{ swap_perc,"%s%% | ", NULL },
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue