summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyndair2022-04-15 07:45:52 +0100
committerkyndair2022-04-15 07:45:52 +0100
commitfd4571b9a4f6368db5001b6457b4e37b2dd7689e (patch)
treefc79e210bb687a611578933999cdbfeed1cf0b4a
parent7748831a3de0fe0a1da104a9414aa831434b113e (diff)
downloadaur-fd4571b9a4f6368db5001b6457b4e37b2dd7689e.tar.gz
Add desktop entry for convienance
-rw-r--r--PKGBUILD1
-rw-r--r--surfshark-wireguard.desktop10
2 files changed, 11 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf78673403d..4dc493add871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,4 +33,5 @@ package() {
# install link
mkdir "${pkgdir}/usr/bin"
ln -s /opt/surfshark-wireguard/gen_wg_config.sh "${pkgdir}/usr/bin/surfshark-wireguard"
+ install -Dm644 "${srcdir}/surfshark-wireguard.desktop" "${pkgdir}/usr/share/applications/"
}
diff --git a/surfshark-wireguard.desktop b/surfshark-wireguard.desktop
new file mode 100644
index 000000000000..c89691d2c8fd
--- /dev/null
+++ b/surfshark-wireguard.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=SurfShark WireGuard
+Comment=Setup surfsharks wireguard vpn
+Exec=/usr/bin/surfshark-wireguard
+Icon=surfshark-wireguard.png
+Terminal=true
+Type=Application
+X-DCOP-ServiceType=Multi
+X-KDE-StartupNotify=true
+Categories=Settings;ConsoleOnly;Security