From c9465646f427e3c118e2cc48f54ccd8a6c10ff7b Mon Sep 17 00:00:00 2001 From: Little-Karl Date: Mon, 18 Apr 2022 05:07:29 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 977ce6c..b49fd4f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Paste code content of theme-custom.css. Set permissions of the file chown openmediavault-webgui:openmediavault-webgui theme-custom.css +## Lazy one-liner Usage / Installation +
+cd /var/www/openmediavault/css/ && sudo wget https://raw.githubusercontent.com/topa-LE/omv_blue_dark_themes/main/theme-custom.css && sudo chown openmediavault-webgui:openmediavault-webgui theme-custom.css
+
+ #### Optional Edit file **defaults.scss**. Adjust the omv default values at the end of the file:

From d1132fdaccff3071ed12f7900c411c942ef53e44 Mon Sep 17 00:00:00 2001
From: Little-Karl 
Date: Mon, 18 Apr 2022 05:11:44 +0800
Subject: [PATCH 2/2] one liner install

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b49fd4f..c188426 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Paste code content of theme-custom.css. Set permissions of the file
 
## Lazy one-liner Usage / Installation +ssh into omv with whatever application you like and paste the code into the terminal, let it do it's thing and you should have a fully functional darkthemed omv control pannel. I'll be it can have some refinements to be made but over pritty good, not complaining. Judging by the laziness you have to use a oneliner command instead of doing step by step, I dought you care about the little rough edges
 cd /var/www/openmediavault/css/ && sudo wget https://raw.githubusercontent.com/topa-LE/omv_blue_dark_themes/main/theme-custom.css && sudo chown openmediavault-webgui:openmediavault-webgui theme-custom.css