Even better spacing wheeww!
This commit is contained in:
parent
016509fc89
commit
d9fe9f40f3
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -65,8 +65,8 @@ static const char unknown_str[] = "n/a";
|
|||
*/
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ cpu_perc, "%3s%% | ", NULL },
|
||||
{ ram_perc, "%3s%% | ", NULL },
|
||||
{ swap_perc,"%3s%% | ", NULL },
|
||||
{ datetime, "%s", "%F %T" },
|
||||
{ cpu_perc, "%3s%% |", NULL },
|
||||
{ ram_perc, "%3s%% |", NULL },
|
||||
{ swap_perc,"%3s%% |", NULL },
|
||||
{ datetime, " %s", "%F %T" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue