Files
archcraft-berry/files/bin/askpass.sh
T
2022-04-01 18:51:16 +05:30

12 lines
313 B
Bash
Executable File

#!/usr/bin/env bash
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
rofi -dmenu\
-password\
-i\
-no-fixed-num-lines\
-p "User Password: "\
-theme ~/.config/berry/rofi/themes/askpass.rasi &