From 8105953a0c0e840a41196185acbae30c3652e8a7 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Thu, 19 Aug 2021 00:56:35 +0100 Subject: Updated % Representation --- config.h | 4 ++-- 1 file 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" }, -- cgit v1.2.3