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
|
# Passwortverarbeitung
|
||||||
if [[ "$OSTYPE" != "darwin"* ]]; then
|
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
|
if [[ "$choice" == "Ja" ]]; then
|
||||||
echo "Tippe Passwort in 5 Sekunden (Layout: DE)..."
|
echo "Tippe Passwort in 5 Sekunden (Layout: DE)..."
|
||||||
sleep 5 && {
|
{
|
||||||
echo "typedelay 100"
|
echo "typedelay 100"
|
||||||
echo "type $cleaned_text"
|
echo "type $cleaned_text"
|
||||||
} | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt"
|
} | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue