diff --git a/tree/.local/bin/högtalare b/tree/.local/bin/högtalare index 9d1d3a0..ffae19e 100755 --- a/tree/.local/bin/högtalare +++ b/tree/.local/bin/högtalare @@ -5,7 +5,7 @@ set -x notify-send "Connecting to Högtalare" bluetoothctl power on -if bluetoothctl connect 04:FE:A1:71:4C:70; then +if bluetoothctl connect E8:26:CF:33:2D:BA; then notify-send "Connected" else notify-send "Failed to connect to Högtalare"