From abbaa7af4401bbece8c9a9cb27408a0c84421762 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Mon, 12 Jun 2017 23:59:21 +0200 Subject: remove format characters from stat functions --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index da26001..be60df8 100644 --- a/config.def.h +++ b/config.def.h @@ -41,8 +41,8 @@ - wifi_perc (wifi signal in percent) [argument: wifi card interface name] - wifi_essid (wifi essid) [argument: wifi card interface name] */ static const struct arg args[] = { - /* function format argument */ - { cpu_perc, "[CPU %4s] ", NULL }, - { ram_perc, "[RAM %3s] ", NULL }, - { datetime, "[ %s ]", "%F %T" }, + /* function format argument */ + { cpu_perc, "[CPU %3s%%] ", NULL }, + { ram_perc, "[RAM %2s%%] ", NULL }, + { datetime, "[ %s ]", "%F %T" }, }; -- cgit v1.2.3