dotfiles/home/.local/bin/dmenu/dmenupass

7 lines
156 B
Plaintext
Raw Normal View History

2021-07-15 00:56:40 +00:00
#!/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")"