gasshhhhhh

This commit is contained in:
Chris Cochrun 2025-01-07 13:06:05 -06:00
parent 2a82a20068
commit 6a1ef25bc9
11 changed files with 473 additions and 485 deletions

View file

@ -23,8 +23,7 @@ list_passwords() {
passwords=$(rbw list)
prompt='search for passwords...'
SECRET=$(list_passwords | rofi -sync -i -p="${prompt}" -dmenu -theme ~/.config/rofi/launchers-git/$style.rasi)
SECRET=$(list_passwords | rofi -sync -i -dmenu -p "" )
# Ask whether pass, user or both are required
@ -34,7 +33,7 @@ options=("Password" \
"QR-Code" \
"OTP")
option=$(printf '%s\n' "${options[@]%}" | rofi -sync -i -dmenu -width 400 -lines 4 -prompt="..." -theme ~/.config/rofi/launchers-git/$style.rasi)
option=$(printf '%s\n' "${options[@]%}" | rofi -sync -i -dmenu -width 400 -lines 4 -p "")
echo $option