matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
https://xbarapp.com
MIT License
17.56k stars 643 forks source link

Can't play sound in script #759

Closed chelinho139 closed 3 years ago

chelinho139 commented 3 years ago

I'm trying to play a small sound if given condition occurs using the following:

tput bel
echo -e "\a"
osascript -e beep

Ideas?

chelinho139 commented 3 years ago

Solved, just needed to reset xbar