diff options
| author | pml68 <pml31@protonmail.com> | 2024-02-02 22:16:46 +0100 |
|---|---|---|
| committer | pml68 <pml31@protonmail.com> | 2024-02-02 22:16:46 +0100 |
| commit | 30396efa32850fc4b8b0f9d7493d878af417e35d (patch) | |
| tree | db7b883c463f072e4d048a4abedddf050c3a9060 /laptop-specific/slstatus/config.def.h | |
| parent | feat: remove unnecessary whitespace in date (diff) | |
| download | suckless-setup-30396efa32850fc4b8b0f9d7493d878af417e35d.tar.gz | |
feat: also remove whitespace for laptop config
Diffstat (limited to '')
| -rw-r--r-- | laptop-specific/slstatus/config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/laptop-specific/slstatus/config.def.h b/laptop-specific/slstatus/config.def.h index d0a28fd..b9536b3 100644 --- a/laptop-specific/slstatus/config.def.h +++ b/laptop-specific/slstatus/config.def.h @@ -67,8 +67,8 @@ static const struct arg args[] = { /* function format argument interval (in ms) */ - {datetime, "%s;", "%G. %B. %e. %a"}, {keymap, "%s ", NULL}, - {wifi_essid, "%s ", "wlan0"}, {battery_perc, "%s%%", "BAT1"}, + {datetime, "%s;", "%G. %B.%e. %a"}, {keymap, "%s ", NULL}, + {wifi_essid, "%s ", "wlan0"}, {battery_perc, "%s%%", "BAT1"}, {datetime, " %s ", "%H:%M:%S"}, }; |
