Small little GNOME AppIndicator to make connecting Airpods to a Linux machine easier. Using python and bash scripts with minimal dependencies.
# Install the GTK3 dependency
$ sudo apt install gir1.2-appindicator3
# Clone the repo
$ git clone git@github.com:valechelaru/airpods_appindicator.git
# Go into the repository
$ cd airpods_appindicator
# Make the scripts executable
$ chmod +x airpods_connect.sh airpods_disconnect.sh airpods-indicator.py