kyleneideck / BackgroundMusic

Background Music, a macOS audio utility: automatically pause your music, set individual apps' volumes and record system audio.
GNU General Public License v2.0
16.27k stars 676 forks source link

Fix volume icon on menu bar not centered #767

Closed 7Backwards closed 2 months ago

7Backwards commented 2 months ago

I noticed that the volume icon is not centered on the menu bar, instead of replacing the asset itself i used apple's SF Symbols volume assets, since it is only available on macos 11> i have added a condition for it.

Before

https://github.com/user-attachments/assets/33e79eb2-15be-49f3-a90b-5d0fe58b09bf

After

https://github.com/user-attachments/assets/7f7e465b-7442-4b8d-93eb-f0b8eb2da1e2

kyleneideck commented 2 months ago

Thanks. I tried it out and it looks good to me. And now the icon will get updated automatically if macOS decides to change it again.