Files
unique/src/content/find/2026/05/mac-juice-monitor/index.mdx
T
rzen 12b3505c55 content: classify all finds and reviews into the topics vocabulary
864 finds + 64 reviews assigned 1-3 topics each from the new 18-topic
controlled vocabulary (src/lib/topics.ts, lands in the next site
commit). The retired gifts topic becomes a giftable tag on the 140
finds that carried it; 5 finds legitimately match no topic.

Claude-Session: https://claude.ai/code/session_01WZaczDJjL3xZ3u5spsN5AL
2026-07-12 19:34:15 -04:00

14 lines
855 B
Plaintext

---
name: "Mac Juice Monitor"
subtitle: "Bluetooth device battery levels, in your menu bar"
date: 2026-05-06
link: "https://github.com/p32929/mac-juice-monitor"
linkText: "GitHub"
source: "Hacker News — Show HN"
topics: [macos-apps]
tags: [menu-bar, bluetooth, battery, open-source]
description: "macOS will tell you the battery state of an Apple keyboard but not your Logitech mouse, your AirPods clone, or your gamepad — Mac Juice Monitor fills the gap."
---
The macOS battery widget shows your AirPods and Magic Mouse but stays mute about every other Bluetooth peripheral: third-party keyboards, gamepads, headsets that report battery over the standard service but not Apple's private API. Mac Juice Monitor reads the public BLE battery characteristic and surfaces every connected device's percentage in the menu bar. Free, open-source, and tiny.