Files
scripts/rofi_askpass
2026-03-24 00:03:59 +01:00

13 lines
209 B
Bash
Executable File

#!/usr/bin/env bash
# Import Current Theme
DIR="$HOME/.scripts"
RASI="$DIR/rofi/askpass.rasi"
# Rofi text dialog to get password
rofi -dmenu \
-password \
-i \
-p "Root" \
-theme ${RASI}