diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-08-08 12:00:49 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-08-08 12:00:49 +0530 |
| commit | d213a09b2bb8735e86bcd36af000321fd10c4e15 (patch) | |
| tree | 7f9f5ee4873c1050775f3b8d3571b4a9d6dedfe3 /.local | |
| parent | b346289b6a25a1947a888e7d330ccc3a62863673 (diff) | |
stuff
Diffstat (limited to '.local')
| -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" |
