summaryrefslogtreecommitdiff
path: root/scripts/vpn_disconnect.sh
blob: bf46c201492647c91660d9e0aaa7bbb02f6b4352 (plain)
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