summaryrefslogtreecommitdiff
path: root/.local/bin/dmenupass
blob: 2c14e6f0acd07509c4a23798dd52aaaf36c7ea5a (plain)
1
2
3
4
5
6
#!/bin/sh

# 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