From d381f0df4786902d2a9b34662b2db1b80f681639 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sat, 29 Aug 2026 05:21:30 +0800 Subject: [PATCH] Update argon.patch --- .github/diy/patches/argon.patch | 108 +++++++++++++++++++++++++++++--- 1 file changed, 99 insertions(+), 9 deletions(-) diff --git a/.github/diy/patches/argon.patch b/.github/diy/patches/argon.patch index 486f3e83..df3e0f9e 100644 --- a/.github/diy/patches/argon.patch +++ b/.github/diy/patches/argon.patch @@ -1,3 +1,32 @@ +--- a/luci-app-argon-config/root/etc/config/argon ++++ b/luci-app-argon-config/root/etc/config/argon +@@ -5,6 +5,6 @@ config global + option blur_dark '10' + option transparency '0.5' + option transparency_dark '0.5' +- option mode 'normal' +- option online_wallpaper 'bing' ++ option mode 'dark' ++ option online_wallpaper 'default' + + +--- a/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js ++++ b/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js +@@ -50,11 +50,12 @@ return view.extend({ + s.anonymous = true; + + o = s.option(form.ListValue, 'online_wallpaper', _('Wallpaper source')); ++ o.value('default', _('Default')); + o.value('none', _('Built-in')); + o.value('bing', _('Bing')); + o.value('unsplash', _('Unsplash')); + o.value('wallhaven', _('Wallhaven')); +- o.default = 'bing'; ++ o.default = 'default'; + o.rmempty = false; + + o = s.option(form.ListValue, 'mode', _('Theme mode')); + --- a/luci-theme-argon/ucode/template/themes/argon/header.ut +++ b/luci-theme-argon/ucode/template/themes/argon/header.ut @@ -47,7 +47,7 @@ @@ -10,15 +39,65 @@
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %} ---- a/luci-app-argon-config/root/etc/config/argon -+++ b/luci-app-argon-config/root/etc/config/argon -@@ -5,6 +5,6 @@ config global - option blur_dark '10' - option transparency '0.5' - option transparency_dark '0.5' -- option mode 'normal' -+ option mode 'dark' - option online_wallpaper 'bing' +--- a/luci-theme-argon/ucode/template/themes/argon/sysauth.ut ++++ b/luci-theme-argon/ucode/template/themes/argon/sysauth.ut +@@ -115,7 +115,7 @@ + + {% else %} + +- ++ + + {% endif %} + + +--- a/luci-theme-argon/less/sysauth.less ++++ b/luci-theme-argon/less/sysauth.less +@@ -75,7 +75,7 @@ + // Login container + .login-container { + z-index: 10; +- margin-left: 5%; ++ margin: 0 auto; + display: flex; + height: 100vh; + width: 26rem; + +--- a/luci-theme-argon/less/dark.less ++++ b/luci-theme-argon/less/dark.less +@@ -93,7 +93,6 @@ header::after { + .main { + .main-left { + +- background-color: #333333 !important; + box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .15); + + .sidenav-header .brand { + +--- a/luci-theme-argon/less/layout.less ++++ b/luci-theme-argon/less/layout.less +@@ -8,6 +8,21 @@ + // 1. Main Container Layout + // ========================================================================== + ++body::before { ++ content: ""; ++ background-image: url("/luci-static/argon/img/pattern.svg"); ++ background-repeat: repeat; ++ background-size: 440px auto; ++ position: fixed; ++ top: 0; ++ left: 0; ++ right: 0; ++ bottom: 0; ++ z-index: -1; ++ pointer-events: none; ++ opacity: .3; ++} ++ + .main { + position: relative; + width: 100%; --- a/luci-theme-argon/ucode/template/themes/argon/footer.ut +++ b/luci-theme-argon/ucode/template/themes/argon/footer.ut @@ -36,3 +115,14 @@ {{ version.distname }} {{ version.distversion }}-{{ version.distrevision }} +--- a/luci-theme-argon/ucode/template/themes/argon/footer_login.ut ++++ b/luci-theme-argon/ucode/template/themes/argon/footer_login.ut +@@ -20,8 +20,6 @@ + +