summary refs log tree commit diff
path: root/bin/askpass
diff options
context:
space:
mode:
Diffstat (limited to 'bin/askpass')
-rwxr-xr-xbin/askpass8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/askpass b/bin/askpass
new file mode 100755
index 0000000..fe02ef4
--- /dev/null
+++ b/bin/askpass
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+echo "${ASKPASS_PROMPT:-Enter your password}" | \
+    wofi -k /dev/null \
+        --height 50 \
+        --dmenu \
+        --password \
+        --prompt ' Password'