From aa1352e92578406bbd925bf32950606b0784ef97 Mon Sep 17 00:00:00 2001 From: topa-LE Date: Fri, 22 Oct 2021 21:59:12 +0200 Subject: [PATCH] edit readme.md --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0662674..fa919e9 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,16 @@ Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI ## Usage / Installation -Connect to the server via SSH and create a theme-custom.css: +Connect to the server via SSH and create a new theme-custom.css:
 nano /var/www/openmediavault/css/theme-custom.css
 
+or +
+cd /var/www/openmediavault/css
+nano theme-custom.css
+

Paste code content of theme-custom.css. Set permissions of the file to:
@@ -14,8 +19,14 @@ Paste code content of theme-custom.css. Set permissions of the file
 openmediavault-webgui
 
-
-
Edit file ** defaults.scss **. Adjust the omv default values at the end of the file: + +#### Set owner +
+chown openmediavault-webgui:openmediavault-webgui theme-custom.css
+
+ +#### Optional +Edit file **defaults.scss**. Adjust the omv default values at the end of the file:
 
 $omv-color-more-lighter: #b2c2cd;
@@ -25,9 +36,8 @@ $omv-color-darker: #0b1625;
 $omv-color-more-darker: #0b1625;
 
 
-
-
-The created Custom CSS currently works with OMV v5.
+ +##### The created Custom CSS currently works with OMV v5. No guarantee can be given for older versions. Just try it out.