// the find
jacklandrin/OnlySwitch
⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts
OnlySwitch is a macOS menu bar app that consolidates system toggles — dark mode, Bluetooth, mic mute, notch hiding, Pomodoro timer, radio player — into a single dropdown instead of hunting through System Settings. It targets power users who want fast keyboard-driven access to macOS knobs that Apple buries or doesn't expose at all. The Evolution feature lets you add custom Shell/AppleScript toggles, which pushes it beyond a simple toggle hub.
The Evolution system (custom Shell/AppleScript switches with debug tooling) is genuinely useful — you can wire up any scriptable macOS behavior without writing a full app. Built on The Composable Architecture (TCA) for state management, which is a real architectural choice, not a toy. Keyboard shortcut support across all switches is first-class, not bolted on. The Shortcuts Gallery and widget support mean it integrates with the rest of macOS automation rather than being a silo.
The notch-hiding feature openly documents 'exist some issues' in its own table — it only controls the current desktop, not all spaces, and dynamic wallpaper processing is slow. The auto-update mechanism broke at 2.5.6 and users had to manually migrate, which is a rough edge for a utility that's supposed to be set-and-forget. The Only Agent AI feature requires macOS 26.0+, which limits its audience to the very latest releases and makes it hard to evaluate in production. AirPods detection is hardcoded to a single `classOfDevice` value the author reverse-engineered from their own AirPods Pro, with an open admission they don't know if other models work.