macOS Activity Monitor is heavy — it's a full window, multiple tabs, CPU overhead. When you're rendering in Blender or running local LLMs on an M4/32GB, you need to know GPU and RAM pressure at a glance, not by switching windows.
Existing menu bar tools (iStat Menus, Stats) are feature-heavy and pull system-wide metrics. ToolbarWidget does exactly one thing: GPU% over RAM% in monospaced digits. Click to refresh. That's it.
The constraint: No SwiftUI MenuBarExtra (always opens popup on click). Must use raw NSStatusBar + NSImage rendering. Must be concurrency-safe under Swift 6 strict mode. Must build from the workspace, never leaving the folder.