Fix bug in script.
This commit is contained in:
parent
2fed7949fd
commit
03d0993e40
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user