[Linux] Handle two digit output sink ids
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user