fixing rofi-rbw

This commit is contained in:
Chris Cochrun 2022-11-10 12:00:35 -06:00
parent fd7873190e
commit e734f6bb6d
3 changed files with 9 additions and 10 deletions

View file

@ -21,13 +21,12 @@ CACHE=~/.local/tmp/pass_rofi
seat=seat0
rbw sync
rbw list
list_passwords() {
rbw list
}
passwords=$(rbw list)
passwords=$list_passwords
prompt='BW'
if [ $XDG_SESSION_TYPE = "x11" ]; then