Superseded by using wofi-wifi-menu.sh directly

This commit is contained in:
John Mertz 2022-09-23 18:23:04 -04:00
parent 9d69a634cb
commit c1e205b251
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
RUNNING=$(pgrep nmtui)
if [ "$RUNNING" ]; then
kill $RUNNING 2&>1 /dev/null
else
/usr/bin/uxterm -e '/usr/bin/nmtui'
fi