sindresorhus / wallpaper

Manage the desktop wallpaper
MIT License
1.05k stars 92 forks source link

Use website as wallpaper? #59

Closed ohld closed 4 years ago

ohld commented 5 years ago

Hi there!

Is there a solution to set a website as a wallpaper os mac os?

I've seen some solutions on ProductHunt but none of them still work or are maintained.

In my company, we have a dashboard with all our business metrics - it is hosted in the private VPN network. We want to see all of these numbers on our wallpaper on our laptops. Is there a solution of that?

TiagoDanin commented 5 years ago

Get the image via download or capture-website and user the wallpaper

Example:

// ...
await captureWebsite.file('https://sindresorhus.com', 'screenshot.png')
await wallpaper.set('screenshot.png')
// ...
ohld commented 5 years ago

Thanks for your answer! In my case, the website has a lot of graphs that are displayed-as-a-slideshow. Is there a solution just to embed the website into the wallpaper?

sindresorhus commented 4 years ago

See https://github.com/sindresorhus/wallpaper#faq