DMS Tailscale
December 29, 2025 ยท View on GitHub
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.

Installation
mkdir -p ~/.config/DankMaterialShell/plugins/
git clone https://github.com/cglavin50/dms-tailscale
Configuration
- 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.
Permissions
This plugin requires:
settings_read- To read plugin configurationssettings_write- To save plugin configurations
Contributing
Feel free to fork, open issues, or PRs. If additional functionality is required I'm happy to add it :)