Adding CPU and RAM information
This commit is contained in:
parent
6d24c375fc
commit
9cdc352a52
1 changed files with 3 additions and 0 deletions
3
config.h
3
config.h
|
@ -65,5 +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 },
|
||||||
|
{ ram_perc, "%s%% | ", NULL },
|
||||||
|
{ swap_perc,"%s%% | ", NULL },
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue