dotfiles/.local/bin/dmenupass
2024-04-23 07:46:41 +05:00

7 lines
175 B
Bash
Executable File

#!/bin/sh
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
# password prompt if needed.
dmenu -bw 2 -Y 190 -X 333 -W 700 -P -p "$1" <&- && echo