dotfiles/hypr/scripts/rofi_askpass
2024-10-23 11:53:39 +02:00

13 lines
213 B
Bash
Executable File

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