From 9391af624c07382663474f36573b8cbd87d78090 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Jun 2019 10:53:34 -0400 Subject: dox --- .local/bin/dmenupass | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.local/bin/dmenupass') diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index 4fc464f..8631a13 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -1,2 +1,6 @@ #!/bin/sh + +# This script is the SUDO_ASKPASS variable, meaning that it will be used as a +# password prompt if needed. + dmenu -fn Monospace-18 -sb "#d79921" -sf "#1d2021" -nf "#000000" -nb "#000000" -p "$1" <&- && echo -- cgit v1.3.1