martinfekete10 / Tuneful

Tuneful is a native macOS menu bar playback control app for Spotify and Apple Music
https://martinfekete.com/Tuneful/
MIT License
229 stars 5 forks source link

Song info and app-icon are overlapping in menubar #50

Closed engeld closed 5 months ago

engeld commented 5 months ago

Somehow the song info and app icon are overlapping in the menu bar and it's barely recognizable:

CleanShot 2024-01-13 at 19 50 25@2x

Those are the (default) settings which I did not change:

CleanShot 2024-01-13 at 19 53 26@2x

I'm using Tuneful 1.1.0 on macOS Monterey 12.7.2 @ MacBook Pro (13-inch, 2016, Four Thunderbolt 3 Ports)

engeld commented 5 months ago

When only either song info OR icon is enabled, then it's shown correctly. Only when both settings are enabled, then it seems like both the song info and the icon are overlaid. Maybe make sure that if both is enabled, then align them next to each other instead of the one on top of each other.

martinfekete10 commented 5 months ago

Current implementation uses native element for text and image (NSStatusBar.system.statusItem). Are you using any kind of tool to customise menu bar appearance, e.g. spacing between items? I suspect that may be causing this issue

martinfekete10 commented 5 months ago

I just released a new version which should resolve this bug, if it doesn't, feel free to reopen