From 65d9a196c5324ad4ec078b2d3ca0df07e6e208ba Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 03:16:07 +0100 Subject: [PATCH] Added battery percentages --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 49c89b5..17bea8d 100644 --- a/config.h +++ b/config.h @@ -75,5 +75,4 @@ static const struct arg args[] = { { run_command, " ", NULL}, { battery_state, "%s", "BAT1"}, { run_command, " ", NULL}, - { run_command, "^c#ffb86c^\uf013", NULL}, };