Tailscale Widget¶
Tailscale status, connection controls, and exit-node selection.
easybar widgets install tailscale
| Package metadata | Value |
|---|---|
| Name | tailscale |
| Version | 0.1.0 |
| Kind | widget |
| Minimum EasyBar | 0.41.0 |
| License | Apache-2.0 |
| Categories | network, system |
| Dependencies | shared ^0.1.0 |
| Required commands | tailscale |
| Optional environment | TAILSCALE |
Package documentation¶
widget.lua shows whether Tailscale is active and whether an exit node is selected. Left click starts or stops Tailscale. The context menu refreshes state and selects or disables an advertised exit node.
Requirements¶
The Tailscale CLI must be available through [app.env].PATH. An optional executable override may be supplied through [app.env]:
[app.env]
TAILSCALE = "/Applications/Tailscale.app/Contents/MacOS/Tailscale"
When TAILSCALE is omitted, the widget executes tailscale through PATH.