Make Active Monitors list clickable to toggle individual monitors#57
Make Active Monitors list clickable to toggle individual monitors#57
Conversation
- Added toggle mechanism that stores monitor overrides in state file - Each monitor in Active Monitors list is now clickable - Enabled monitors show with ✓ in green, disabled with ○ in gray - Clicking toggles the monitor state and auto-refreshes the menu - Script now accepts 'toggle <MONITOR_NAME>' command-line arguments - Users can now enable/disable monitors directly from menubar Fixes #56 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Nick Sweeting <pirate@users.noreply.github.com>
Code Review for PR #57Thank you for this contribution! This PR adds a much-needed feature for toggling monitors directly from the menubar. Here's my comprehensive review: ✅ Positive Aspects
🐛 Potential Bugs & Issues1. Race Condition in
|
Summary
Fixes #56
🤖 Generated with Claude Code