commit eb7ad7220af78d10be832a25ede1693669cd69c0 parent 4cb6e5451b40766211e7b7ded243347d55d69153 Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 16 Dec 2018 14:34:02 -0500 askpass command added Diffstat:
M | .profile | | | 1 | + |
A | .scripts/tools/dmenupass | | | 2 | ++ |
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile @@ -11,6 +11,7 @@ export BIB="$HOME/Documents/LaTeX/uni.bib" export REFER="$HOME/.referbib" # PIX is here I have LARBS keep icons. Subject to change, hence a variable. export PIX="$HOME/.scripts/pix" +export SUDO_ASKPASS="$HOME/.scripts/tools/dmenupass" # less/man colors export LESS=-R diff --git a/.scripts/tools/dmenupass b/.scripts/tools/dmenupass @@ -0,0 +1,2 @@ +#!/bin/sh +dmenu -fn Monospace-18 -sb "#d79921" -sf "#1d2021" -nf "#000000" -nb "#000000" -p "Please type password and press Enter." <&- && echo