modify fuzzel-rbw script

This commit is contained in:
Simon Rieger 2025-04-24 11:55:09 +02:00
parent c046c4ee97
commit 01ed55168b

View file

@ -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"