From 882bce65baf8768a542d6808db620eb9b993ec33 Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 23 Apr 2024 15:34:43 +0200 Subject: [PATCH] Update README.md Edit css URL and folder path for unix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f2e45a..a8f3ea4 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Minimalist Jellyfin Theme CSS (final as of 5.0) Step 1: Import to your CSS with ```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.
+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.
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.