committing random WM stuff
This commit is contained in:
12
rofi_askpass
Executable file
12
rofi_askpass
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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}
|
||||
Reference in New Issue
Block a user