From 9e2323a009b4f4827819cf87de32712aba9a63b8 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 26 Jan 2024 20:02:02 +0100 Subject: feat: add keymap and WiFi indicator part 2 --- laptop-specific/slstatus/config.def.h | 4 ++-- laptop-specific/slstatus/config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'laptop-specific/slstatus') diff --git a/laptop-specific/slstatus/config.def.h b/laptop-specific/slstatus/config.def.h index ee88243..d0a28fd 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"}, - {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"}, }; diff --git a/laptop-specific/slstatus/config.h b/laptop-specific/slstatus/config.h index ee88243..d0a28fd 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"}, - {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