diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-02-14 11:09:43 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-02-14 11:09:43 +0100 |
| commit | 89060aac02f32d1fd04aa4a3c06f07510bbaf3d6 (patch) | |
| tree | ba01f27aab41ffc57c20a288125b4951574cef26 /slstatus | |
| parent | feat: add warp patch (diff) | |
| download | suckless-setup-89060aac02f32d1fd04aa4a3c06f07510bbaf3d6.tar.gz | |
fix: add back missing whitespace
Diffstat (limited to '')
| -rw-r--r-- | slstatus/config.def.h | 2 | ||||
| -rw-r--r-- | slstatus/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h index 83d1639..f58aba9 100644 --- a/slstatus/config.def.h +++ b/slstatus/config.def.h @@ -67,7 +67,7 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {datetime, "%s;", "%G. %B.%e. %a"}, + {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 83d1639..f58aba9 100644 --- a/slstatus/config.h +++ b/slstatus/config.h @@ -67,7 +67,7 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {datetime, "%s;", "%G. %B.%e. %a"}, + {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL}, {datetime, " %s ", "%H:%M:%S"}, |
