System tray mode — background operation after initial configuration #5
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/raven#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Once a profile is trained and enabled, Merlin runs invisibly. No persistent window required.
Linux:
pystraywith system tray icon. Menu: Enable/Disable, Switch Profile, Open UI, Quit.macOS: NSStatusBar via
rumpsorpystray.Windows:
pystray.Icon states: active (green), disabled (grey), signal lost (yellow). Single click toggles enable/disable.
The daemon (port 8522) continues to run for API access. The tray app is a thin client to the daemon's
/toggleand/statusendpoints.