This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# allegedly these bits can be done in a per-user default.pa, but i could not | |
# get it to work | |
pactl upload-sample /home/cmr/sounds/bells/soothingbell.wav soothingbell | |
pactl load-module module-x11-bell sample=soothingbell | |
# the default bell volume on my system is very quiet, but you should adjust this | |
xset b 100 | |
# ...but the default output volume on my system is very loud. allegedly this can | |
# also be done in default.pa, but i could not get it to work even with pactl. | |
amixer -D pulse sset Master 50% |