1 2 3 4 5 6 7
#!/bin/bash disc=$(protonvpn disconnect) if [ -z "$disc" ]; then notify-send -u normal -i network-wireless "VPN Connection Status" "VPN successfully disconnected" fi