Fix bug in script.

This commit is contained in:
Bartek Stalewski 2023-02-24 00:30:29 +01:00
parent 2fed7949fd
commit 03d0993e40

View File

@ -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)