Aurelio92 / RVLoader

https://www.patreon.com/aureliomannara
GNU General Public License v3.0
157 stars 20 forks source link

Feature: Background image support #10

Closed Nold360 closed 3 years ago

Nold360 commented 3 years ago

This PR adds a new settings option called "Background image". As the name says, it allows to select a image file located at /rvloader/backgrounds as a background image. This allows some simple customization of the look of RVLoader.

In order to keep the repo structured I moved the theme & new backgrounds folder to /static [idk if that's the best name]

I also included some basic example backgrounds [(RVL-)gray, black & solarized]. I think it would be cool to add some creative-commons or user contributed images in the future.

We might want to implement a check, so only .png files can be selected, but idk how to do that right. I also had the idea to add another option to choose a color or an image as background. But didn't want to spend time on that now.

Hope you like this idea.