From 91e1f5a42b878411978303283038d5589b66ee98 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Jun 2017 20:15:58 -0700 Subject: [PATCH] [Linux] Handle two digit output sink ids --- dotfiles/lib/bin/rofi_paswitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/rofi_paswitch.sh b/dotfiles/lib/bin/rofi_paswitch.sh index 7f3b47ef..a0cd326d 100755 --- a/dotfiles/lib/bin/rofi_paswitch.sh +++ b/dotfiles/lib/bin/rofi_paswitch.sh @@ -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