carnager / rofi-pass

rofi frontend for pass
GNU General Public License v3.0
696 stars 122 forks source link

_rofi() variable doesn't work inside bash blocks #241

Open clydeconfigs opened 8 months ago

clydeconfigs commented 8 months ago

i was trying to add a custom theme and font editing the source code, and after some pain (which is typical of bash scripting), i found out that "_rofi" is not working when inside a block like

new_name="$(listgpg | crofi -dmenu -format 'f' -mesg "Copying to same Group. Please enter a name for the new entry" -p "> ")"

i suggest changing '_rofi' to 'crofi' or something like that. i haven't read how the build works, so i cannot directly commit it. just substitute all _rofi to other thing