From 03d0993e40248ac92c6be0dbc61cf37edb923952 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 24 Feb 2023 00:30:29 +0100 Subject: [PATCH] Fix bug in script. --- _desktop/_scripts/selector-audio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)