Superseded by using wofi-wifi-menu.sh directly
This commit is contained in:
parent
9d69a634cb
commit
c1e205b251
|
@ -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
|
Loading…
Reference in New Issue