Added battery percentages

This commit is contained in:
2024-12-02 03:14:34 +01:00
parent d385939c1f
commit 6483c7db42

View File

@@ -75,4 +75,5 @@ static const struct arg args[] = {
{ run_command, " ", NULL},
{ battery_state, "%s", "BAT1"},
{ run_command, " ", NULL},
{ run_command, "^c#ffb86c^\uf013", NULL},
};