Created
May 16, 2022 19:33
-
-
Save retspen/6e5f58790561d485096ca4725972e229 to your computer and use it in GitHub Desktop.
Cloudflare warp connect and disconnect desktop files for quick access from gnome search menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Version=1.2 | |
Name=Cloudflare Connect | |
Comment=Connect to the Zero Trust Tunnel | |
Exec=warp-cli connect | |
StartupNotify=false | |
Keywords=warp connect cloudflare vpn | |
Icon=zero-trust-connected | |
Terminal=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Version=1.2 | |
Name=Cloudflare Disconnect | |
Comment=Disconnect from the Zero Trust Tunnel | |
Exec=warp-cli disconnect | |
StartupNotify=false | |
Keywords=warp disconnect cloudflare vpn | |
Icon=zero-trust-disconnected | |
Terminal=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment