In a bash shell, run: ```bash r=0; while true ; do r=$(dunstify --replace=$r --printid "Hi $r - $RANDOM") ; sleep 1 ; done ``` Very often there is a visible flicker when the notification is replaced. Would it be possible to eliminate it?