From 5895794337d7d8b223542d5ad9db02839f2bf857 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 22 Jul 2022 00:45:06 +0530 Subject: fixed spaces --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 5da02f1..8f76210 100644 --- a/config.h +++ b/config.h @@ -65,11 +65,11 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" }, + { run_command, " [  %s% ] ", "pamixer --get-volume | awk {'print $1'}" }, // { netspeed_rx,"[  %sB/s ] ", "wlp7s0"}, // { netspeed_tx,"[ 祝 %sB/s ] ", "wlp7s0"}, - { cpu_perc, "[  %s% ] ", NULL}, - { ram_perc, "[  %s%, ", NULL}, - { ram_used, "%sB ] ", NULL }, - { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "}, + { cpu_perc, "[  %s% ] ", NULL}, + { ram_perc, "[  %s%, ", NULL}, + { ram_used, "%sB ] ", NULL }, + { datetime, "%s", "[  %a, %d %b, %Y ] [  %r ] "}, }; -- cgit v1.2.3