Make the password prompt invisible

I made the password prompt invisible by defining a foreground color, and removed the non working -P option and I also removed the echo because it's not needed, Here it is in action: https://imgur.com/a/A1eax2b
This commit is contained in:
4G3NT 2021-11-14 02:51:49 +00:00 committed by GitHub
parent ee0203f2ac
commit 33266461bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
# password prompt if needed.
dmenu -fn Monospace-18 -P -p "$1" <&- && echo
dmenu -nf "#222222" -fn Monospace-18 -p "$1" <&-