From 6223d5b5fa30e8706b81a7cd16d41348284bca9d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 5 Mar 2017 19:03:37 -0800 Subject: [PATCH] [Linux] Add rofi_paswitch.sh --- dotfiles/lib/bin/rofi_paswitch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dotfiles/lib/bin/rofi_paswitch.sh diff --git a/dotfiles/lib/bin/rofi_paswitch.sh b/dotfiles/lib/bin/rofi_paswitch.sh new file mode 100755 index 00000000..7f3b47ef --- /dev/null +++ b/dotfiles/lib/bin/rofi_paswitch.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +pahelper.sh | tr -d '\n' | tr '>' '|' | rofi -i -dmenu -sep '|' | grep -Eo ' [0-9]' | xargs pahelper.sh