Dotfiles_Generator/templates/rofi/askpass-rofi

15 lines
237 B
Plaintext
Executable File

{# symlink{~/bin/askpass-rofi} #}
#!/usr/bin/env bash
if [ -p /dev/stdin ]
then
data=$(< /dev/stdin)
fi
rofi -dmenu\
-password\
-i\
-no-fixed-num-lines\
-p "Password:"\
-theme ~/.config/rofi/themes/askpass.rasi