diff options
| author | nic <ra@afu.re> | 2024-05-14 11:21:09 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-05-14 11:21:09 -0400 |
| commit | 0608dbf9b17d9eefe743874f93de56b0db661fdf (patch) | |
| tree | 2f6225f1d6d0ebc3fd95ff489ded35ae6529a5ca /.local/bin/dmenupass | |
| parent | 41111989d02a6ad1e66b37dc58a21dd761d8f573 (diff) | |
update .local/bin/
Diffstat (limited to '.local/bin/dmenupass')
| -rwxr-xr-x | .local/bin/dmenupass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass new file mode 100755 index 0000000..2c14e6f --- /dev/null +++ b/.local/bin/dmenupass @@ -0,0 +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 -P -p "$1" <&- && echo |
