From 05a805d5c48a6d1f3bbe9805ce35b5d9417e9250 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 03:08:23 +0100 Subject: [PATCH] Added battery percentages --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 9fb5216..8dba9c9 100644 --- a/config.h +++ b/config.h @@ -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}, };