Added battery percentages

This commit is contained in:
2024-12-02 03:08:23 +01:00
parent ed0142b86c
commit 05a805d5c4

View File

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