Fix dmenu-audio not letting changing input.

This commit is contained in:
Bartek Stalewski 2021-08-31 15:22:59 +02:00
parent 53e2e34d04
commit 7805d7d381

View file

@ -19,7 +19,7 @@ set_input() {
back) show_current ;;
exit) exit ;;
Bluetooth*) set_bt_profile ;;
*) echo pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
esac
kill -46 $(pidof dwmblocks)
show_current