tailscale/cmd/systray
Will Norris 10d4057a64 cmd/systray: add visual workarounds for gnome, mac, and windows
Updates #1708

Change-Id: Ia101a4a3005adb9118051b3416f5a64a4a45987d
Signed-off-by: Will Norris <will@tailscale.com>
2024-12-20 17:57:42 -08:00
..
logo.go cmd/systray: add extra padding around notification icon 2024-12-19 13:31:54 -08:00
README.md cmd/systray: add a basic linux systray app 2024-08-23 00:35:25 -07:00
systray.go cmd/systray: add visual workarounds for gnome, mac, and windows 2024-12-20 17:57:42 -08:00

systray

The systray command is a minimal Tailscale systray application for Linux. It is designed to provide quick access to common operations like profile switching and exit node selection.

Supported platforms

The fyne.io/systray package we use supports Windows, macOS, Linux, and many BSDs, so the systray application will likely work for the most part on those platforms. Notifications currently only work on Linux, as that is the main target.