Superseded by using wofi-wifi-menu.sh directly
This commit is contained in:
parent
6d2e0b8a3d
commit
be285ea48a
|
@ -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