Added battery percentages

This commit is contained in:
2024-12-02 03:09:30 +01:00
parent 05a805d5c4
commit 00eb7e9550

View File

@@ -70,5 +70,5 @@ static const struct arg args[] = {
{ battery_state, " %s", "BAT0"},
{ battery_perc, " | %s%%", "BAT1"},
{ battery_state, " %s", "BAT1"},
{ run_command, "echo \" \"", NULL},
{ run_command, " ", NULL},
};