change help message
This commit is contained in:
parent
6f8c3d803e
commit
f7093d1da0
@ -192,7 +192,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.
|
||||||
To type User/Pass use <span color='$help_color'>Enter</span>. For more help hit <span color='$help_color'>${help}</span>."
|
To perform default action use <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