Difference between revisions of "Sound notifications"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
* <code>[[tput bel]]</code>: <code>while true; do tput bel; sleep 2; done</code>
+
* <code>[[tput bel]]</code>: <code>while true; do tput bel; sleep 1; done</code>
 
  [[paplay]] command
 
  [[paplay]] command
 
  [[echo -e]] '\a'
 
  [[echo -e]] '\a'

Revision as of 07:04, 16 March 2023

  • tput bel: while true; do tput bel; sleep 1; done
paplay command
echo -e '\a'
printf '\7'
terminal-notifier -sound default -message "Your notification text!"

Related

See also

Advertising: