[Linux] Handle two digit output sink ids
This commit is contained in:
parent
6b7e7e1c36
commit
91e1f5a42b
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]' | xargs pahelper.sh
|
pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]*' | xargs pahelper.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user