From 625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 17 Jun 2023 11:15:28 +0200 Subject: move ~/bin to ~/.local/bin --- bin/iwctl-re | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/iwctl-re (limited to 'bin/iwctl-re') diff --git a/bin/iwctl-re b/bin/iwctl-re deleted file mode 100755 index 4343b30..0000000 --- a/bin/iwctl-re +++ /dev/null @@ -1,9 +0,0 @@ -#!/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) -- cgit v1.2.3