From d9fe9f40f3bbdaa7389caaab3eecc9e381cc4331 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Sat, 13 Jul 2024 20:49:21 +0300 Subject: [PATCH] Even better spacing wheeww! --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 26aa736..9fcd06d 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, "%3s%% | ", NULL }, - { ram_perc, "%3s%% | ", NULL }, - { swap_perc,"%3s%% | ", NULL }, - { datetime, "%s", "%F %T" }, + { cpu_perc, "%3s%% |", NULL }, + { ram_perc, "%3s%% |", NULL }, + { swap_perc,"%3s%% |", NULL }, + { datetime, " %s", "%F %T" }, };