aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-02-02 13:44:02 +0100
committerpml68 <tutorialmester@gmail.com>2024-02-02 13:44:02 +0100
commit6a7b4849fd5efe352aa7474ee1d98f4a2ddc4250 (patch)
tree47970331a1ab6316d345f314d03381b3eb8b73ad
parentfeat: add install script (diff)
downloadsuckless-setup-6a7b4849fd5efe352aa7474ee1d98f4a2ddc4250.tar.gz
feat: remove unnecessary whitespace in date
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"},
};