Acidham / alfred-airpod-connector

Alfred Workflow to connect/disconnect AirPods (Airpod1/2, Airpod Pro) and Powerbeats Pro
35 stars 7 forks source link

Fix icon / code checking if blueutil is installed #18

Closed Sponge-bink closed 11 months ago

Sponge-bink commented 11 months ago
  1. icons that is not a square will be stretched by Alfred, fixed
  2. sh = os.popen('blueutil -v')
    is_btutil = False if "not found" in sh else True

    would have never worked if blueutil is not installed

  3. add .gitignore and delete redundant files.