diff --git a/dot_config/fuzzel/executable_fuzzel-rbw.sh b/dot_config/fuzzel/executable_fuzzel-rbw.sh index f5d49d1..d45ab9b 100644 --- a/dot_config/fuzzel/executable_fuzzel-rbw.sh +++ b/dot_config/fuzzel/executable_fuzzel-rbw.sh @@ -67,7 +67,8 @@ if [[ -n "$selected" ]]; then { echo "typedelay 100" echo "type $cleaned_text" - } | DOTOOL_XKB_LAYOUT=de dotool && notify-send "Passwort eingetippt" + } | DOTOOL_XKB_LAYOUT=de dotool && \ + notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt" fi fi fi diff --git a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh index da3f8b2..1f81573 100644 --- a/dot_config/hypr/scripts/executable_dotool_wp-paste.sh +++ b/dot_config/hypr/scripts/executable_dotool_wp-paste.sh @@ -6,4 +6,4 @@ sleep 1 echo "typedelay 100" echo "type $(wl-paste)" } | DOTOOL_XKB_LAYOUT=de dotool && \ -notify-send -t 5000 "Eingabe abgeschlossen" "Inhalt wurde getippt" +notify-send -t 5000 -u low "Eingabe abgeschlossen" "Inhalt wurde getippt"