aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/dmenupass
blob: 169c15e873b5e1e5c7d2e3eeb80ec8a501aaf0fb (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.

rofi -dmenu -password -p "password:" <&-