From 6483c7db422519c7b86bbe8b80bf3bec9e6ae9f3 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 03:14:34 +0100 Subject: [PATCH] Added battery percentages --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 17bea8d..49c89b5 100644 --- a/config.h +++ b/config.h @@ -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}, };