summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3c7b75b..b119c25 100644
--- a/config.h
+++ b/config.h
@@ -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" },