.local/bin/README.org now source file for askpass and rofiemoji

This commit is contained in:
Phuntsok Drak-pa
2019-10-23 10:18:23 +02:00
parent 0a2df36bb6
commit 976beefcd4
3 changed files with 264 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/fish
# Utility to ask password, to be used with dmount and dumount
# inspired from https://github.com/ODEX-TOS/tools/blob/master/rofi/askpass
rofi -dmenu -font 'DejaVu Sans 10' -password -no-fixed-num-lines -p "(printf "$1" | sed s/://)"
rofi -dmenu -font 'DejaVu Sans 10' -password -no-fixed-num-lines \
-p (printf $argv[1] | sed s/://)