diff options
| -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 2ce551a..177f34c 100644 --- a/config.def.h +++ b/config.def.h @@ -17,5 +17,5 @@ static const struct arg args[] = { { battery_perc,"[ %s%% ]", "BAT0" }, { run_command, "[ %s ]", "volume" }, { ram_perc, "[ %s%% ]", NULL }, - { datetime, " %s", "%a %b %d %r" }, + { datetime, " %s", "%a %b %d %r" }, }; |
