Files
archcraft-berry/files/scripts/rofi_askpass
T
2023-07-16 01:32:34 +05:30

15 lines
283 B
Bash
Executable File

#!/usr/bin/env bash
## Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
# Import Current Theme
DIR="$HOME/.config/berry"
RASI="$DIR/theme/rofi/askpass.rasi"
# Rofi text dialog to get password
rofi -dmenu \
-password \
-i \
-p "Root" \
-theme ${RASI}