From 874542297f3a3350bac02996639461535e63c076 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:55:53 +0000 Subject: add padding --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3e99b1e..bdf7927 100644 --- a/config.def.h +++ b/config.def.h @@ -14,7 +14,7 @@ static const struct arg args[] = { /* run nmcli to get network device for say ethernet */ { netspeed_rx, "[ %s B/s ]", "wlp2s0" }, - { battery_perc,"[  %s%% ]", "BAT0" }, + { battery_perc,"[  %s%% ]", "BAT0" }, { run_command, "[ %s ]", "volume" }, { ram_perc, "[  %s%% ]", NULL }, { datetime, "  %s", "%a %b %d %r" }, -- cgit v1.2.3