Improved formatting with some padding
This commit is contained in:
parent
9cdc352a52
commit
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, "%2s%% | ", NULL },
|
||||||
{ ram_perc, "%s%% | ", NULL },
|
{ ram_perc, "%2s%% | ", NULL },
|
||||||
{ swap_perc,"%s%% | ", NULL },
|
{ swap_perc,"%2s%% | ", NULL },
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue