From 9b1c42eaaf7a1df8a1133d44a9d07c77866ec1d5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 27 Jun 2024 16:16:31 +0200 Subject: [PATCH] update iw listing --- usr/bin/archboot-network.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/archboot-network.sh b/usr/bin/archboot-network.sh index a0b01d340..fca4c731b 100755 --- a/usr/bin/archboot-network.sh +++ b/usr/bin/archboot-network.sh @@ -51,6 +51,8 @@ _wireless() { while [[ -z "${_CONTINUE}" ]]; do # scan the area _essid_scan | _dialog --title " Network Configuration " --no-mouse --gauge "Scanning 5 second(s) for SSIDs with interface ${_INTERFACE}..." 6 60 + # only show lines with signal '*' + # kill spaces from the end and replace spaces with + between #shellcheck disable=SC2086,SC2046 if _dialog --cancel-label "${_LABEL}" --title " SSID Scan Result " --menu "Empty spaces in your SSID are replaced by '+' char" 13 60 6 \ "RESCAN" "SSIDs" "HIDDEN" "SSID" $(iwctl station "${_INTERFACE}" get-networks |\