dotfiles/scripts/iwctl-disconnect
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

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"