Live checking if you are in focus-mode-on and letting your team know that.
...but offcourse you can make it work in any OS you want in like 5min. :-)
python3, bash, bluetooth headphones
- checking if you are @ work by ip.rz1.pl (you may use some other tool)
- gathering hardware info from system_profiler
- parsing this with your config & sending notifications.
- git clone it to your scripts folder
- edit config.ini and com.deregowski.net.headphones-on.plist with your work IP, local dirs, headphones names and some other stuff
- ./run.sh
- copy com.deregowski.net.headphones-on.plist to ~/Library/LaunchAgents/ [to make it permanent]
- launchctl load com.deregowski.net.headphones-on.plist [to make it autostart]