dotfiles

Torpy's handcrafted dootfiles.
Log | Files | Refs | README

dmenupass (165B)


      1 #!/bin/sh
      2 
      3 # This script is the SUDO_ASKPASS variable, meaning that it will be used as a
      4 # password prompt if needed.
      5 
      6 dmenu -fn Monospace-18 -P -p "$1" <&- && echo