Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fe65a9cc87 |
3
config.h
3
config.h
@ -66,6 +66,7 @@ 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, " 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