diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-09 23:43:04 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-09 23:43:04 +0530 |
commit | 39e7e90ceba8ccbb2f256b36038ac081d95c72c7 (patch) | |
tree | bc874242170ab3b52249bb0ed06264afae779b4a /os/cez | |
parent | 5ac70a8f5b5cd1372ada3eb38b92485a7b79e35b (diff) |
cez/wireguard: clean up
Diffstat (limited to 'os/cez')
-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" } |