summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-09 23:43:04 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-09 23:43:04 +0530
commit39e7e90ceba8ccbb2f256b36038ac081d95c72c7 (patch)
treebc874242170ab3b52249bb0ed06264afae779b4a /os
parent5ac70a8f5b5cd1372ada3eb38b92485a7b79e35b (diff)
cez/wireguard: clean up
Diffstat (limited to 'os')
-rw-r--r--os/cez/modules/wireguard.nix2
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"
}