diff --git a/_desktop/_scripts/selector-audio b/_desktop/_scripts/selector-audio index 25f1152..2ed6659 100755 --- a/_desktop/_scripts/selector-audio +++ b/_desktop/_scripts/selector-audio @@ -18,7 +18,7 @@ set_input() { case "$sel_source" in back) show_current ;; exit) exit ;; - Bluetooth*) set_bt_profile ;; + bluetooth*) set_bt_profile ;; *) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;; esac #kill -46 $(pidof dwmblocks)