From 00eb7e9550d1409f1d15ce2378f85d4b925bef12 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 03:09:30 +0100 Subject: [PATCH] Added battery percentages --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8dba9c9..97a9943 100644 --- a/config.h +++ b/config.h @@ -70,5 +70,5 @@ static const struct arg args[] = { { battery_state, " %s", "BAT0"}, { battery_perc, " | %s%%", "BAT1"}, { battery_state, " %s", "BAT1"}, - { run_command, "echo \" \"", NULL}, + { run_command, " ", NULL}, };