script fix

This commit is contained in:
2025-04-17 20:42:15 -07:00
parent ac2ad7961f
commit c745cb1e6b

View File

@@ -11,8 +11,8 @@ if [ -n "$entry" ]; then
exit 1
fi
notify-send "Autofill in 3s: Focus username field in form"
sleep 3
notify-send "Autofill in 1s: Focus username field in form"
sleep 1
# Type username, press Tab, then password, then Enter
wtype "$username"