rofi-pkexec/usr/bin/rofi-passwd

3 lines
78 B
Bash
Executable File

#!/bin/bash
rofi -dmenu -password -i -p "Enter your password" -theme password
Shell 100%