revery-ui/revery

[macOS] Create a spotlight-like window

ziulev opened this issue · 4 comments

image

How can I create a window which is displaying a spotlight-like popup after global keyboard shortcut.

lessp commented

Related to #322

Regarding the visuals #968 solves the issue of having a rounded (without windows-controls) Spotlight-like-window by passing Hidden to titlebarStyle

lessp commented

FWIW, I built this a quite while back @ziulev, might be of interest:

https://github.com/lessp/wolfred

image

It's missing the following feature however:

after global keyboard shortcut

FWIW, I built this a quite while back @ziulev, might be of interest:

https://github.com/lessp/wolfred

image

It's missing the following feature however:

after global keyboard shortcut

Thank you, but I've already implemented what I want

Btw it quite similar with yours 🙂
https://github.com/ziulev/spotter

lessp commented

FWIW, I built this a quite while back @ziulev, might be of interest:
https://github.com/lessp/wolfred
image
It's missing the following feature however:

after global keyboard shortcut

Thank you, but I've already implemented what I want

Btw it quite similar with yours 🙂
https://github.com/ziulev/spotter

Sweet, looks good!