Update README.md

Edit css URL and folder path for unix
This commit is contained in:
Levi 2024-04-23 15:34:43 +02:00
parent 7835d30610
commit 882bce65ba

View file

@ -4,11 +4,11 @@ Minimalist Jellyfin Theme CSS (final as of 5.0)
Step 1: Import to your CSS with Step 1: Import to your CSS with
```css ```css
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/finimalism5.css"); @import url("https://git.levi.land/Levi/finimalism-fork/raw/branch/main/finimalism5-2.css");
``` ```
Step 2: Go to **Program Files\Jellyfin\Server\jellyfin-web\themes\dark** and rename theme.css "theme_orig.css" and drop my theme.css and bg.jpg into that folder.<br> Step 2: Go to **/usr/share/jellyfin/web/themes/dark** and rename theme.css "theme_orig.css" and drop my theme.css and bg.jpg into that folder.<br>
If you use Jellyfin Media Player, repeat for **Program Files\Jellyfin\Jellyfin Media Player\web-client\desktop\themes\dark** If you use Jellyfin Media Player, repeat for **Program Files\Jellyfin\Jellyfin Media Player\web-client\desktop\themes\dark**
Step 3: In Jellyfin Client / Web UI settings, under "Display", the Theme is set to Dark and Backdrops are enabled. Step 3: In Jellyfin Client / Web UI settings, under "Display", the Theme is set to Dark and Backdrops are enabled.