Added an attention function that plays a sound when interaction is needed. This means people will be able to do something else while packages install, and turn off speech while doing so.
This commit is contained in:
@ -8,3 +8,7 @@ if dialog --clear --backtitle "Stormux" --yesno "Would you like to reboot now to
|
||||
sudo reboot
|
||||
fi
|
||||
}
|
||||
|
||||
attention() {
|
||||
play -qnV0 synth 3 pluck D3 pluck A3 pluck D4 pluck F4 pluck A4 delay 0 .1 .2 .3 .4 remix - chorus 0.9 0.9 38 0.75 0.3 0.5 -t
|
||||
}
|
||||
|
Reference in New Issue
Block a user