From ed0142b86c9de1408742631a48eec3c0102e23e8 Mon Sep 17 00:00:00 2001 From: Ilsix Date: Mon, 2 Dec 2024 03:05:47 +0100 Subject: [PATCH] Added battery percentages --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index e157e40..9fb5216 100644 --- a/config.h +++ b/config.h @@ -67,7 +67,7 @@ static const struct arg args[] = { /* function format argument */ { datetime, "%s", "%F %T" }, { battery_perc, " %s%%", "BAT0"}, - { battery_state, " %s%%", "BAT0"}, + { battery_state, " %s", "BAT0"}, { battery_perc, " | %s%%", "BAT1"}, - { battery_state, " %s%%", "BAT1"}, + { battery_state, " %s", "BAT1"}, };