1
0
Fork 0

Adding CPU and RAM information

This commit is contained in:
Jarkko Toivanen 2024-07-13 20:31:32 +03:00
parent 6d24c375fc
commit 9cdc352a52

View file

@ -65,5 +65,8 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "%s%% | ", NULL },
{ ram_perc, "%s%% | ", NULL },
{ swap_perc,"%s%% | ", NULL },
{ datetime, "%s", "%F %T" },
};