dotfiles/home/.local/bin/dmenu/dmenupass
2021-07-15 02:56:40 +02:00

7 lines
156 B
Bash
Executable file

#!/bin/sh
# This script is the value for SUDO_ASKPASS variable,
# meaning that it will be used as a password prompt if needed.
echo "$(dmenu -P -p "$1")"