diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-16 14:34:02 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-16 14:34:02 -0500 |
| commit | eb7ad7220af78d10be832a25ede1693669cd69c0 (patch) | |
| tree | 96b07f922b5afe7d51d8144103b455a485c950bf /.scripts | |
| parent | 4cb6e5451b40766211e7b7ded243347d55d69153 (diff) | |
| download | eibhear-eb7ad7220af78d10be832a25ede1693669cd69c0.tar.gz eibhear-eb7ad7220af78d10be832a25ede1693669cd69c0.tar.zst eibhear-eb7ad7220af78d10be832a25ede1693669cd69c0.zip | |
askpass command added
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/tools/dmenupass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/tools/dmenupass b/.scripts/tools/dmenupass new file mode 100755 index 0000000..7339d41 --- /dev/null +++ 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 |
