summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/audioselect
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-29 17:49:41 -0500
committerCraig Jennings <c@cjennings.net>2025-05-29 17:49:41 -0500
commit94d8698934337b54b52af8b10733e2ee97b64013 (patch)
tree1d92d0d04296ea6f7ea38b93959f62ac65e939a6 /dotfiles/system/.local/bin/audioselect
parent30ed5fe8da3520fe9b0f34579520084ce5041a47 (diff)
removing dwmstatus as it was replaced by conky
Diffstat (limited to 'dotfiles/system/.local/bin/audioselect')
-rwxr-xr-xdotfiles/system/.local/bin/audioselect6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotfiles/system/.local/bin/audioselect b/dotfiles/system/.local/bin/audioselect
index 13ffc36..6c40d47 100755
--- a/dotfiles/system/.local/bin/audioselect
+++ b/dotfiles/system/.local/bin/audioselect
@@ -27,12 +27,10 @@ CHOSEN=$(echo -e "$CHOICES" | dmenu -l 10)
case "$CHOSEN" in
"Toggle Mute Speaker")
pactl set-sink-mute 0 toggle
- dwmstatus
- ;;
+ ;;
"Toggle Mute Mic")
pactl set-source-mute 0 toggle
- dwmstatus
- ;;
+ ;;
"Marshall Headset & Jabra Mic")
bluetooth power on
bluetoothctl connect $marshall_headset_device