From 951ef13e3145a613ef916b0e4ba83ecbf2e911de Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sat, 29 Aug 2026 07:53:49 +0800 Subject: [PATCH] Update argon.patch --- .github/diy/patches/argon.patch | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.github/diy/patches/argon.patch b/.github/diy/patches/argon.patch index 21eaffe4..32163794 100644 --- a/.github/diy/patches/argon.patch +++ b/.github/diy/patches/argon.patch @@ -1,11 +1,15 @@ --- a/luci-app-argon-config/root/etc/config/argon +++ b/luci-app-argon-config/root/etc/config/argon -@@ -5,6 +5,6 @@ config global +@@ -3,8 +3,8 @@ config global + option dark_primary '#483d8b' + option blur '10' option blur_dark '10' - option transparency '0.5' - option transparency_dark '0.5' +- option transparency '0.5' +- option transparency_dark '0.5' - option mode 'normal' - option online_wallpaper 'bing' ++ option transparency '0.3' ++ option transparency_dark '0.3' + option mode 'dark' + option online_wallpaper 'default' @@ -29,6 +33,15 @@ --- a/luci-theme-argon/ucode/template/themes/argon/header_login.ut +++ b/luci-theme-argon/ucode/template/themes/argon/header_login.ut +@@ -46,7 +46,7 @@ + + -%} + +- ++ + + + {% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %} @@ -54,9 +54,7 @@