diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
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" }, }; |
