⭐ Stars:71 🍴 Forks:1 💻 语言:Swift
🏷 标签:appkit、battery、iphone-duo-inspired、macos、menu-bar、menubar、status-bar、swift、swiftui、three-in-one、volume、wifi

【项目介绍】
# Status Trio



Three system signals. One native macOS menu bar icon.

简体中文





Status Trio is a native macOS menubar app that combines Wi-Fi, battery, and volume into one compact, configurable menu bar icon. It is inspired by the iPhone Duo's combined status bar icon for Wi-Fi, Battery, and Cellular Data, adapted for Mac with Volume instead of Cellular Data.

> Status Trio is an independent project and is not affiliated with Apple.

## Highlights

- **One combined status icon** — keeps battery, Wi-Fi, and volume in a single menu bar item.
- **Configurable rendering** — choose an icon size from 20–32 pt, with 28 pt as the default.
- **Connection icon choices** — optionally use the standard Wi-Fi signal icon for Ethernet, Personal Hotspot, temporary connections, or Internet Sharing.
- **Detailed battery status** — percentage, charging bolt, estimated time to full, Low Power Mode, and a Battery Settings shortcut.
- **Wi-Fi awareness** — signal strength, current network name, and common connection states.
- **Volume at a glance** — output level and mute state, with controls available from the popover.
- **macOS-native controls** — left-click for a status popover and right-click for the standard menu.
- **Efficient updates** — event-driven monitoring with a low-frequency polling fallback.
- **Twelve languages** — follow the system language or choose one manually; changes apply immediately.
- **Launch at login** — optional startup with guidance when macOS requires...

【最新 Releases】

📦 Status Trio v1.0.2(2026-09-13)
- Adjust volume by scrolling inside the popup.
- Support continuous trackpad adjustments with immediate volume display updates.
- Preserve independent scrolling for the output device list.

After copying the app into `/Applications`, remove the quarantine attribute and open it:

```bash
xattr -dr com.apple.quarantine "/Applications/Status Trio.app"
open "/Applications/Status Trio.app"
```

Alte...
下载地址:https://github.com/lingyired/status-trio/releases/tag/v1.0.2
项目地址:

📦 Status Trio v1.0.1(2026-09-13)
- fix: adapt battery details to menu bar foreground
- feat: refine About pane identity and links
- fix: refresh settings language immediately
- docs: explain Gatekeeper first-install workflow
- fix: make release checksum portable
- chore: add Apache 2.0 license
- fix: avoid Swift 6.1 compiler crash during release
下载地址:https://github.com/lingyired/status-trio/releases/tag/v1.0.1
项目地址:

📦 Status Trio v1.0.0(2026-09-13)
- fix: handle case-sensitive lproj names
- ci: diagnose SwiftPM resource layout
- fix: make localization bundle lookup CI-stable
- Merge branch 'codex/status-icon-split-arc'
- feat: split battery arc around indicators
- test: support weak references on Swift 6.1
- fix: avoid isolated deinit for Swift 6.1
- fix: support Swift 6.1 isolated deinit
- build: add macOS GitHub release pipeline
- docs:...
下载地址:https://github.com/lingyired/status-trio/releases/tag/v1.0.0
项目地址: