You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: