Update to Latest
This commit is contained in:
parent
d1bbbcbb15
commit
71d6a8ab3b
157 changed files with 3467 additions and 5151 deletions
BIN
rofi/wifi/.syncthing.wifi.sh.tmp
Normal file
BIN
rofi/wifi/.syncthing.wifi.sh.tmp
Normal file
Binary file not shown.
4
rofi/wifi/wifi.sh
Executable file → Normal file
4
rofi/wifi/wifi.sh
Executable file → Normal file
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
notify-send -t 3000 -i info " Checking For Wifi"
|
||||
|
||||
# Check if wifi is on
|
||||
check_wifi_on=$( nmcli --field WIFI g | sed 1d | sed 's/ //g' )
|
||||
|
||||
|
@ -81,3 +83,5 @@ elif [[ $choice != "" ]] ; then
|
|||
take_password
|
||||
nmcli device wifi connect "$choice" password "$password"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue