A simple DankMaterialShell (DMS) Bar widget for toggling your Tailscale connection. Requires the Tailscale cli to be installed, as well as any initial authentication to be configured. As Tailscale persists auth, after an initial successful authentication session, this plugin can run without requiring any sensitive information.
mkdir -p ~/.config/DankMaterialShell/plugins/
git clone https://github.com/cglavin50/dms-tailscale
- Install Tailscale
curl -fsSL https://tailscale.com/install.sh | sh
- Run an initial authentication session (once only):
tailscale upand follow the provided url
That's it! After a successful auth, the plugin can handle the rest.
This plugin requires:
settings_read- To read plugin configurationssettings_write- To save plugin configurations
Feel free to fork, open issues, or PRs. If additional functionality is required I'm happy to add it :)
