diff --git a/bin/omarchy-bluetooth-device b/bin/omarchy-bluetooth-device index d121b7c7..e2da3223 100755 --- a/bin/omarchy-bluetooth-device +++ b/bin/omarchy-bluetooth-device @@ -19,6 +19,7 @@ address=${2:-} [[ $address =~ ^([0-9A-Fa-f]{2}:){5}[0-9A-Fa-f]{2}$ ]] || usage power_on() { + bluetoothctl show | grep -Fq "Powered: yes" && return bluetoothctl power on >/dev/null 2>&1 || true sleep 0.5 }