rice/wed

6 lines
135 B
Plaintext
Raw Normal View History

2019-05-15 08:51:58 +00:00
#!/bin/bash
2019-07-05 19:57:15 +00:00
stat=`nmcli r w`
choice=`printf "on\noff" | dmenu -i -p "Wifi $stat"`
if [ -z "$choice" ]; then exit;fi
2019-05-15 08:51:58 +00:00
nmcli r w $choice