summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
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" },
};