sindresorhus / Plash

💦 Make any website your Mac desktop wallpaper
https://sindresorhus.com/plash
MIT License
3.51k stars 129 forks source link

Toggle to Allow Background to go Behind Menu Bar to Rectify App Exposé #122

Closed novyboy closed 1 year ago

novyboy commented 1 year ago

Is your feature request related to a problem? Please describe.

The menu bar briefly disappears when you trigger the App Exposé or Mission Control (though it isn't visible for long during Mission Control).

Describe the solution you'd like

I'd like a toggle to select whether or not to render the selected website behind the menu bar.

Describe alternatives you've considered

Unless there's a way to automatically adapt based on the views I mentioned, the toggle seems like the easiest and most straightforward method to implement without introducing issues of changing viewport height.

Additional context

I'm aware that this issue has been brought up before, but that was in regards to a one pixel bleed, whereas this is in regards to the App Exposé.

sindresorhus commented 1 year ago

There's a hidden setting for this in the latest update. Run the following in the Terminal app:

defaults write com.sindresorhus.Plash extendPlashBelowMenuBar true