aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--slstatus/config.def.h3
-rw-r--r--slstatus/config.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h
index 346bb54..83d1639 100644
--- a/slstatus/config.def.h
+++ b/slstatus/config.def.h
@@ -67,7 +67,8 @@ static const struct arg args[] = {
/* function format argument interval (in ms) */
- {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL},
+ {datetime, "%s;", "%G. %B.%e. %a"},
+ {keymap, "%s ", NULL},
{datetime, " %s ", "%H:%M:%S"},
};
diff --git a/slstatus/config.h b/slstatus/config.h
index 346bb54..83d1639 100644
--- a/slstatus/config.h
+++ b/slstatus/config.h
@@ -67,7 +67,8 @@ static const struct arg args[] = {
/* function format argument interval (in ms) */
- {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL},
+ {datetime, "%s;", "%G. %B.%e. %a"},
+ {keymap, "%s ", NULL},
{datetime, " %s ", "%H:%M:%S"},
};