diff options
Diffstat (limited to 'os/cez/modules')
-rw-r--r-- | os/cez/modules/wireguard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/cez/modules/wireguard.nix b/os/cez/modules/wireguard.nix index 90cce8d..c52087a 100644 --- a/os/cez/modules/wireguard.nix +++ b/os/cez/modules/wireguard.nix @@ -7,7 +7,7 @@ text = '' note() { command -v notify-send > /dev/null && - notify-send " vpn" "$1" + notify-send " VPN" "$1" printf "\n%s\n" "$1" } |