From 4d8eb4efc07f4a6f72d37f3c42e3363790cfb8a5 Mon Sep 17 00:00:00 2001 From: Hallam Smith Date: Sun, 29 Nov 2020 00:45:40 +0000 Subject: [PATCH] altered formattgin --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 1794b0a..d1d38b8 100644 --- a/config.h +++ b/config.h @@ -63,7 +63,7 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { battery_state, "BAT: [%s", "BAT0" }, + { battery_state, "[BAT: %s", "BAT0" }, { battery_perc, "%s%%", "BAT0" }, { battery_remaining, " %s] ", "BAT0" }, { wifi_essid, "[Wifi: %s] ", "wlp59s0" },