Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Menu bar background #76

Open
flanter21 opened this issue Mar 25, 2024 · 5 comments
Open

[Feature request] Menu bar background #76

flanter21 opened this issue Mar 25, 2024 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@flanter21
Copy link

Can we have an option so that the background will extend behind the menu bar on the top of the screen when using the video background feature? I'm using a notched laptop if that makes a difference. I've put screenshots below to better explain what I mean.

image
image

@glouel
Copy link
Collaborator

glouel commented Mar 25, 2024

Hey @flanter21

It's on my todo list but I need to manipulate the user's desktop background to make it work. It's a bit messy so I want to be sure I get it 100% right.

@flanter21
Copy link
Author

Oh awesome. Thanks for such a quick reply and thank you for making such a useful app freely available. It's so refreshing to use when studying flashcards.

@glouel glouel added this to the Aerial 4 milestone Aug 7, 2024
@glouel glouel added the enhancement New feature or request label Aug 7, 2024
@chriswep
Copy link

chriswep commented Oct 2, 2024

It's on my todo list but I need to manipulate the user's desktop background to make it work. It's a bit messy so I want to be sure I get it 100% right.

i suppose it would kind of work, if you set the desktop background to a static image of the first frame of the current video?

@flanter21 as it is now, i found it to look best on a macbook with notch when you set the desktop background to just black color, which makes the menubar just black (and hides the notch). however a menubar in sync with the current aerial desktop video would look even better of course.

@glouel
Copy link
Collaborator

glouel commented Oct 2, 2024

suppose it would kind of work, if you set the desktop background to a static image of the first frame of the current video?

Yes that's the basic idea, the hard part is handling it correctly :

  • restoring the macOS wallpaper on exit/request (which is now way more complicated since Ventura)
  • handling multiple monitors
  • handling multiple spaces

That's also how I plan to tackle the login screen issue, this time by setting the last played frame as the desktop.

Still ongoing.

@chriswep
Copy link

chriswep commented Oct 2, 2024

Yes that's the basic idea, the hard part is handling it correctly :

I understand, all those edge cases make it complicated. However for my use case just setting and forgetting the wallpaper to every desktop would get me 95% of the way already. So maybe it could be an experimental/advanced checkbox to do that until its implemented properly..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants