Skip to content

cdaringe/bluesnooze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluesnooze logo

Bluesnooze

Download the latest release or install via Homebrew:

brew install bluesnooze

Please note the latest release requires MacOS Monterey (12.0) or higher.

Enjoying Bluesnooze? ❤️

Perhaps you could buy me a coffee to say thanks ☕

About

Bluesnooze prevents your sleeping Mac from connecting to Bluetooth accessories.

If you pair Bluetooth headphones or speakers with both your phone & Mac it can be frustrating when your sleeping Mac connects intermittently and disrupts the audio.

With Bluesnooze the Bluetooth connection is switched off when your Mac sleeps, and switched on when your Mac wakes.

Screenshot showing Bluesnooze in the status bar

You might also want to check-out Whisper – the volume limiter for MacOS.

Installation

  1. Download Bluesnooze.zip from the latest release
  2. In Finder, open Bluesnooze.zip in your Downloads directory
  3. Drag Bluesnooze.app to your Applications directory
  4. Optional: Configure 'Launch at login'

Caveats

  • Please note this app is not compatible with the “Allow your Apple Watch to unlock your Mac” feature.
  • Unfortunately this app can't be distributed via the App Store because it uses a private API to switch Bluetooth on/off (but the release version is notarized by Apple).

FAQs

Can you add support for selectively disconnecting certain devices?

Bluesnooze is a really simple app which toggles the Bluetooth power on/off. Disconnecting specific devices would require a complete rewrite, and I don't need this functionality or the complexity it brings. Please feel free to fork & experiment as you like ✌️

How can I hide the Bluesnooze icon?

In your terminal run the following command:

defaults write com.oliverpeate.Bluesnooze hideIcon -bool true && killall Bluesnooze

When you next relaunch the application there should be no icon in the menu bar.

How can I restore the Bluesnooze icon?

In your terminal run the following command:

defaults delete com.oliverpeate.Bluesnooze hideIcon && killall Bluesnooze

When you next relaunch the application it should appear in the menu bar.

About

Sleeping Mac = Bluetooth off

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 93.8%
  • C 6.2%