summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-27 07:33:04 +0000
committerGitHub <noreply@github.com>2026-05-27 07:33:04 +0000
commit05a2099aa740e6bf56ec37296000321068f71e54 (patch)
treea28a40d75497131f0f355a80bbd107f273b9d2b1 /config.def.h
parent0f53be147c9fdc11b37ada7133d7fbca107e25e4 (diff)
update formatting
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 2 insertions, 4 deletions
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" },
};