From 05a2099aa740e6bf56ec37296000321068f71e54 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 27 May 2026 07:33:04 +0000 Subject: update formatting --- config.def.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 177f34c..79f47ff 100644 --- a/config.def.h +++ b/config.def.h @@ -10,12 +10,10 @@ static const char unknown_str[] = "n/a"; #define MAXLEN 2048 static const struct arg args[] = { - /* function format argument */ - - /* run nmcli to get network device for say ethernet */ + /* function format argument */ + { datetime, " %s ", "%x %r" }, { netspeed_rx, "[ %s B/s ]", "wlp2s0" }, { battery_perc,"[  %s%% ]", "BAT0" }, { run_command, "[ %s ]", "volume" }, { ram_perc, "[ 󰍛 %s%% ]", NULL }, - { datetime, "  %s", "%a %b %d %r" }, }; -- cgit v1.2.3