Add rofi password prompt script
This commit is contained in:
@@ -62,6 +62,9 @@ if [ "$HIDPI" = true ]; then
|
||||
fi
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
# Sudo
|
||||
export SUDO_ASKPASS="$HOME/.scripts/rofipass.sh"
|
||||
|
||||
# Terminal
|
||||
export TERMINAL="urxvt"
|
||||
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Ask password script. SUDO_ASKPASS is set to this script.
|
||||
|
||||
rofi -password -no-fixed-num-lines -dmenu -p "Password"
|
||||
Reference in New Issue
Block a user