diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-27 07:37:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 07:37:24 +0000 |
| commit | 07ca8d3530ecf21b780f818172794f4a34826576 (patch) | |
| tree | 4a32645741038c876f11190bbf5a755d24304d55 /config.def.h | |
| parent | 05a2099aa740e6bf56ec37296000321068f71e54 (diff) | |
update formattingmain
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 79f47ff..0b6b1e0 100644 --- a/config.def.h +++ b/config.def.h @@ -11,9 +11,9 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* 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 %x %r" }, }; |
