5 lines
243 B
Bash
Executable file
5 lines
243 B
Bash
Executable file
#!/bin/sh
|
|
# Depends on script that grabs network name
|
|
|
|
# Executes and notifies command success
|
|
iwctl station wlan0 disconnect "$iwdstat" && notify-send "直 Wireless Network" "Disconnected" || "直 Wireless Network" "Operation unsuccessful"
|