voidrice/.local/bin/dmenupass

7 lines
165 B
Text
Raw Normal View History

#!/bin/sh
2019-06-01 14:53:34 +00:00
# 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