From 87b208e733a2adb0c496070cf08831590a3a5e21 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 8 Jun 2024 21:09:20 +0100 Subject: [PATCH] Increase the delay to display network details --- dotfiles/.local/bin/wifi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.local/bin/wifi b/dotfiles/.local/bin/wifi index ca1241a7..acf9f133 100755 --- a/dotfiles/.local/bin/wifi +++ b/dotfiles/.local/bin/wifi @@ -11,6 +11,6 @@ echo read -p "SSID: " ssid read -sp "PSK: " psk iwctl --passphrase $psk station $interface connect $ssid -sleep 1 +sleep 2 iwctl station $interface show