diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - //{ battery_perc, "[ %s% ]", "BAT0" }, - { cpu_perc, "[ %s% ]", NULL }, + //{ battery_perc, "[ %s%% ]", "BAT0" }, + { cpu_perc, "[ %s%% ]", NULL }, { ram_used, "[ %s/", NULL }, { ram_total, " %s]", NULL }, { datetime, "[ %s ]", "%F %T" }, |