summaryrefslogtreecommitdiff
path: root/.local/bin/dmenupass
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-05-14 11:21:09 -0400
committernic <ra@afu.re>2024-05-14 11:21:09 -0400
commit0608dbf9b17d9eefe743874f93de56b0db661fdf (patch)
tree2f6225f1d6d0ebc3fd95ff489ded35ae6529a5ca /.local/bin/dmenupass
parent41111989d02a6ad1e66b37dc58a21dd761d8f573 (diff)
update .local/bin/
Diffstat (limited to '.local/bin/dmenupass')
-rwxr-xr-x.local/bin/dmenupass6
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