6 lines
147 B
Bash
Executable file
6 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
yad --class="GSu" \
|
|
--title="Password" \
|
|
--text="Enter sudo password:" \
|
|
--image="dialog-password" \
|
|
--entry --hide-text
|