show current default_do in help message
This commit is contained in:
parent
c7aeb630c7
commit
66b3f6cd38
@ -229,7 +229,7 @@ mainMenu () {
|
|||||||
else
|
else
|
||||||
unset selected_password
|
unset selected_password
|
||||||
HELP="Welcome to rofi-pass. Use <span color='$help_color'>${insert_pass}</span> to create a new pass entry.
|
HELP="Welcome to rofi-pass. Use <span color='$help_color'>${insert_pass}</span> to create a new pass entry.
|
||||||
Type field of entry with <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
|
Run ${default_do} with <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
|
||||||
selected_password="$(list_passwords 2>/dev/null \
|
selected_password="$(list_passwords 2>/dev/null \
|
||||||
| _rofi -mesg "${HELP}" \
|
| _rofi -mesg "${HELP}" \
|
||||||
-dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \
|
-dmenu -kb-accept-entry '!Return' -kb-custom-1 "${autotype}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user