summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-07-26 23:55:53 +0000
committerGitHub <noreply@github.com>2024-07-26 23:55:53 +0000
commit874542297f3a3350bac02996639461535e63c076 (patch)
tree3ef3bf544e6be99d7c6a8fbf7bb594618ad9cd73
parent94b98becffe16c861a76895f5773fa0190b3ba47 (diff)
add padding
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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" },