From 33266461bf4b033355dc8ac55c456097ea181d64 Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Sun, 14 Nov 2021 02:51:49 +0000 Subject: [PATCH] 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 --- .local/bin/dmenupass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index 2c14e6f0..91c239d5 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -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" <&-