modify fuzzel-rbw script
This commit is contained in:
parent
c046c4ee97
commit
01ed55168b
1 changed files with 5 additions and 5 deletions
|
@ -60,11 +60,11 @@ if [[ -n "$selected" ]]; then
|
|||
|
||||
# Passwortverarbeitung
|
||||
if [[ "$OSTYPE" != "darwin"* ]]; then
|
||||
choice=$(select_item "Passwort mit dotool eingeben? (5s Verzögerung)" "$(echo -e "Ja\nNein")")
|
||||
choice=$(select_item "Passwort mit dotool eingeben?" "$(echo -e "Nein\nJa")")
|
||||
|
||||
if [[ "$choice" == "Ja" ]]; then
|
||||
echo "Tippe Passwort in 5 Sekunden (Layout: DE)..."
|
||||
sleep 5 && {
|
||||
{
|
||||
echo "typedelay 100"
|
||||
echo "type $cleaned_text"
|
||||
} | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt"
|
||||
|
|
Loading…
Add table
Reference in a new issue