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" <&-