Added battery percentages
This commit is contained in:
2
config.h
2
config.h
@@ -66,4 +66,6 @@ static const char unknown_str[] = "n/a";
|
|||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ datetime, "%s", "%F %T" },
|
{ datetime, "%s", "%F %T" },
|
||||||
|
{ battery_perc, "%s%%", "BAT0"},
|
||||||
|
{ battery_perc, "%s%%", "BAT1"},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user