Superseded by using wofi-wifi-menu.sh directly

This commit is contained in:
John Mertz 2022-09-23 18:23:04 -04:00
parent 6d2e0b8a3d
commit be285ea48a
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