Fix bug in script.
This commit is contained in:
parent
2fed7949fd
commit
03d0993e40
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ set_input() {
|
||||||
case "$sel_source" in
|
case "$sel_source" in
|
||||||
back) show_current ;;
|
back) show_current ;;
|
||||||
exit) exit ;;
|
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}')" ;;
|
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
|
||||||
esac
|
esac
|
||||||
#kill -46 $(pidof dwmblocks)
|
#kill -46 $(pidof dwmblocks)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue