diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-19 13:54:35 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-19 13:54:35 +0530 |
| commit | 80c5830b7dffa08fd72159ee05f9d6c6b07357f2 (patch) | |
| tree | 99eee832b4422434185577e1c1d7628ce7b4cd38 /.local/bin/connect_wifi | |
| parent | 0fa2ced9bb704d175f2e193aa2881dbdce4e11b8 (diff) | |
ncmpcpp startup screen
Diffstat (limited to '.local/bin/connect_wifi')
| -rwxr-xr-x | .local/bin/connect_wifi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/connect_wifi b/.local/bin/connect_wifi deleted file mode 100755 index c60bbe4..0000000 --- a/.local/bin/connect_wifi +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -bssid=$(nmcli device wifi list | sed -n '1!p' | cut -b 9- | dmenu -p "Select wifi:" -l 20 | cut -d' ' -f1) -pass=$(echo "" | dmenu -P -p "Enter Password: ") -nmcli device wifi connect $bssid password $pass -notify-send "sucessfully connected to $bssid" |
