For fun I use an alias to connect wifi with the old dial up connection sounds and to disconnect I use the phone sound from the film matrix.<p>alias wifion='nmcli dev wifi connect BSSID && paplay "path/to/.wav-file'<p>for the disconnect sound I use the Matrix phone line disconnect tone;<p>alias wifioff='nmcli d disconnect BSSID' && paplay "path/to/.wav-file'<p>you can use aplay or Paplay<p>dial-up sounds files here:<p><a href="https://www.soundjay.com/dial-up-modem-sound-effect.html" rel="nofollow">https://www.soundjay.com/dial-up-modem-sound-effect.html</a>