11 lines
235 B
Bash
Executable File
11 lines
235 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
|
|
|
rofi -dmenu \
|
|
-password \
|
|
-i \
|
|
-no-fixed-num-lines \
|
|
-p "User Password: " \
|
|
-theme ~/.config/berry/rofi/themes/askpass.rasi &
|