feat: add system tray icon with Show UI and Exit actions
Lint & Test / test (push) Successful in 9s

Adds pystray-based tray icon (green play button) that runs alongside
uvicorn. Double-click opens the web UI in the browser, Exit triggers
graceful shutdown. Disabled with --no-tray flag for headless/service mode.
This commit is contained in:
2026-03-23 14:05:13 +03:00
parent 4d1bb78c83
commit 6500d6f615
3 changed files with 124 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ windows = [
"pycaw>=20230407",
"screen-brightness-control>=0.20.0",
"monitorcontrol>=3.0.0",
"pystray>=0.19.0",
]
visualizer = [
"soundcard>=0.4.0",