summaryrefslogtreecommitdiff
path: root/.local/bin/dmenupass
blob: 59aa75fc3b3b59d78237dfbac8e381fba0d0b815 (plain)
1
2
3
4
5
6
7
#!/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