remove format characters from stat functions
This commit is contained in:
parent
832b21ca4b
commit
abbaa7af44
2 changed files with 12 additions and 12 deletions
|
@ -41,8 +41,8 @@
|
|||
- wifi_perc (wifi signal in percent) [argument: wifi card interface name]
|
||||
- wifi_essid (wifi essid) [argument: wifi card interface name] */
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ cpu_perc, "[CPU %4s] ", NULL },
|
||||
{ ram_perc, "[RAM %3s] ", NULL },
|
||||
{ datetime, "[ %s ]", "%F %T" },
|
||||
/* function format argument */
|
||||
{ cpu_perc, "[CPU %3s%%] ", NULL },
|
||||
{ ram_perc, "[RAM %2s%%] ", NULL },
|
||||
{ datetime, "[ %s ]", "%F %T" },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue