From 14ba5491af3f45cbf2b0b81e1804f6f36fe87c7e Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sat, 13 Jul 2024 20:40:07 +0300 Subject: [PATCH] Improved formatting with some padding --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 9004bd2..b124db2 100644 --- a/config.h +++ b/config.h @@ -65,8 +65,8 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { cpu_perc, "%s%% | ", NULL }, - { ram_perc, "%s%% | ", NULL }, - { swap_perc,"%s%% | ", NULL }, + { cpu_perc, "%2s%% | ", NULL }, + { ram_perc, "%2s%% | ", NULL }, + { swap_perc,"%2s%% | ", NULL }, { datetime, "%s", "%F %T" }, };