project-gauntlet / gauntlet

Raycast-inspired open-source cross-platform application launcher with React-based plugins
Mozilla Public License 2.0
146 stars 4 forks source link

Gauntlet shows up in MacOS Dock #20

Open diogox opened 2 days ago

diogox commented 2 days ago

Typically launchers like Raycast will hide the icon from the Dock: CleanShot 2024-10-04 at 22 42 55@2x

And instead add a menu bar item: CleanShot 2024-10-04 at 22 46 23@2x

Not sure how hard that is to implement, but one for the roadmap :)

Exidex commented 2 days ago

I think this one also will be solved by using NSPanel instead of NSWindow. Same as https://github.com/project-gauntlet/gauntlet/issues/14. Unfortunately it will be some time until that is possible because of dependency hell described in https://github.com/project-gauntlet/gauntlet/issues/11.

Exidex commented 2 days ago

As for the menu item, it should already be implemented, does it not show?

diogox commented 2 days ago

As for the menu item, it should already be implemented, does it not show?

You're right, I didn't spot it at first 😅

CleanShot 2024-10-05 at 11 30 08@2x

It actually stands out from the others due to the color scheme. Maybe a minor thing to improve later.

Exidex commented 2 days ago

Yes, I am not super happy with current logo and it will be reworked at some point including separate menu item icon