Skip to content

Instantly share code, notes, and snippets.

@retspen
Created May 16, 2022 19:33
Show Gist options
  • Save retspen/6e5f58790561d485096ca4725972e229 to your computer and use it in GitHub Desktop.
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
[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
[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