When changing the volume on a Mac, you get a big ugly gray overlay showing the change in volume. This is super annoying when (say) watching a movie. Is there any way to disable this?

link|improve this question
feedback

1 Answer

The window itself and the bars that appear on it are dynamically generated by the OS, but if you're really keen on at least changing or getting rid of the giant speaker icon or any of the other overlays, go to /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/Resources/BezelUI/HiDPI/ and there you'll find the directory full of the icons saved, oddly enough, as PDFs.

If you want the speaker icon to disappear, save over volume.pdf with a small blank image in PDF format using Photoshop or some other image editor.

link|improve this answer
1  
PDF is resolution independent vector images. Nothing odd about it. E.g. The Panic developers recommend PDF for resolution independent artwork e.g. In Coda IIRC. – Daniel Beck Jul 5 '11 at 5:05
I had expected since it's deep enough in the OS that it would be using an Apple or NeXT format. That's what I found odd. – UtopiaLtd Jul 5 '11 at 5:08
1  
@UtopiaLtd Quartz 2D - Wikipedia and Display PostScript - Wikipedia (a really NeXT-y format) – Lri Jul 5 '11 at 6:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.