From 30396efa32850fc4b8b0f9d7493d878af417e35d Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 2 Feb 2024 22:16:46 +0100 Subject: feat: also remove whitespace for laptop config --- laptop-specific/slstatus/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'laptop-specific/slstatus/config.h') diff --git a/laptop-specific/slstatus/config.h b/laptop-specific/slstatus/config.h index d0a28fd..b9536b3 100644 --- a/laptop-specific/slstatus/config.h +++ b/laptop-specific/slstatus/config.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"}, }; -- cgit v1.2.3