aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--slstatus/config.def.h2
-rw-r--r--slstatus/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h
index f58aba9..9eb7384 100644
--- a/slstatus/config.def.h
+++ b/slstatus/config.def.h
@@ -69,6 +69,6 @@ static const struct arg args[] = {
{datetime, "%s;", "%G. %B. %e. %a"},
{keymap, "%s ", NULL},
- {datetime, " %s ", "%H:%M:%S"},
+ {datetime, "%s ", "%H:%M:%S"},
};
diff --git a/slstatus/config.h b/slstatus/config.h
index f58aba9..9eb7384 100644
--- a/slstatus/config.h
+++ b/slstatus/config.h
@@ -69,6 +69,6 @@ static const struct arg args[] = {
{datetime, "%s;", "%G. %B. %e. %a"},
{keymap, "%s ", NULL},
- {datetime, " %s ", "%H:%M:%S"},
+ {datetime, "%s ", "%H:%M:%S"},
};