joereynolds / fanbox

A HTML + CSS + JS desktop dashboard!
GNU General Public License v3.0
94 stars 3 forks source link

Does it support transparency? #11

Open GhostInTheSteiner opened 7 years ago

GhostInTheSteiner commented 7 years ago

Is there any way to make the background of the widget transparent?

joereynolds commented 7 years ago

Hi @GhostInTheSteiner,

At the moment transparency is not supported (though it is possible!) See here for how to implement it

https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#transparent-window

Basically it's an option you need to pass through so it should be fairly simple.

If you make any progress, put up a PR and let me know :)