Fixed formatting with more padding
This commit is contained in:
parent
14ba5491af
commit
016509fc89
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[] = {
|
||||
/* function format argument */
|
||||
{ cpu_perc, "%2s%% | ", NULL },
|
||||
{ ram_perc, "%2s%% | ", NULL },
|
||||
{ swap_perc,"%2s%% | ", NULL },
|
||||
{ cpu_perc, "%3s%% | ", NULL },
|
||||
{ ram_perc, "%3s%% | ", NULL },
|
||||
{ swap_perc,"%3s%% | ", NULL },
|
||||
{ datetime, "%s", "%F %T" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue