gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Use doorhanger (arrow) UI for native look and feel #43

Closed bogas04 closed 8 years ago

bogas04 commented 8 years ago

Usually menu bar apps use a door hanger in OSX, which is also used at several places in the OS itself. It can be implemented as explained in https://github.com/maxogden/menubar/issues/100#issuecomment-168311340

Example Screenshot

gillesdemey commented 8 years ago

I've tried this before, but that means sacrificing the native shadow placed on the window. Unfortunately you can't add a shadow back in using something like box-shadow, so I've decided to go without a door hanger for the initial release.

gillesdemey commented 8 years ago

I'm closing this one as there is currently no way to have a doorhanger combined with the shadow drop using Electron.