Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fe65a9cc87 |
1
config.h
1
config.h
@ -67,5 +67,6 @@ static const struct arg args[] = {
|
|||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ cpu_perc, " CPU: %s% | ", NULL },
|
{ cpu_perc, " CPU: %s% | ", NULL },
|
||||||
{ ram_perc, "RAM: %s% | ", NULL },
|
{ ram_perc, "RAM: %s% | ", NULL },
|
||||||
|
{ battery_perc, "BAT: %s% | ", "BAT0" },
|
||||||
{ datetime, "%s ", "%F %T" },
|
{ datetime, "%s ", "%F %T" },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user