summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/iwctl-re4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/iwctl-re b/bin/iwctl-re
index b79cee2..4343b30 100755
--- a/bin/iwctl-re
+++ b/bin/iwctl-re
@@ -1,5 +1,9 @@
#!/bin/zsh
+notify-send "WLAN Reload" "Disconnect"
iwctl station wlan0 disconnect
+
sleep 5
+
+notify-send "WLAN Reload" "Reconnect"
iwctl --passphrase $(pass router/passphrase) station wlan0 connect "$(pass router/name)" $(pass router/security)