From 8b000cb5d3f860b5a7a726dedb65483be4af2091 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