dmenupass.sh 218 B

1234567
  1. #!/bin/sh
  2. # This script is the SUDO_ASKPASS variable, meaning that it will be used as a
  3. # password prompt if needed.
  4. dmenu -fn Monospace-18 -sb "#d79921" -sf "#1d2021" -nf "#000000" -nb "#000000" -p "$1" <&- && echo