diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-02 13:44:02 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-02 13:44:02 +0100 |
| commit | 6a7b4849fd5efe352aa7474ee1d98f4a2ddc4250 (patch) | |
| tree | 47970331a1ab6316d345f314d03381b3eb8b73ad /slstatus/config.def.h | |
| parent | feat: add install script (diff) | |
| download | suckless-setup-6a7b4849fd5efe352aa7474ee1d98f4a2ddc4250.tar.gz | |
feat: remove unnecessary whitespace in date
Diffstat (limited to '')
| -rw-r--r-- | slstatus/config.def.h | 3 |
1 files changed, 2 insertions, 1 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"}, }; |
