From e9c3b42ed36012f1676bc17d4e277d8774412a23 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Mon, 16 Oct 2023 20:44:50 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aed86c3..439e432 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# LPaper \ No newline at end of file +# LPaper +this is a barebones diy wallpaper engine, that lets the user render about anything as a windows wallpaper. +it uses a webview as a engine to render anything that can be done in a webbrowser. + + +## About this +first attempt to do this, it is very barebones and only let you apply the wallpaper on your main monitor at the moment. + +it creates a webview on the layer behind the desktop/icons to show you what is simply a website. How to choose what to show, edit the index.html file. +Don't forget to add these in css: + +```css +html { + height: 100vh; + width: 100vw; +} +``` + +this is to make sure the wallpaper covers your screen.