You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ben 4580a80ca1 Update 'root/usr/libexec/rpcd/luci.argon' 11 months ago
.github/workflows first commit 11 months ago
htdocs/luci-static/resources/view first commit 11 months ago
po first commit 11 months ago
root Update 'root/usr/libexec/rpcd/luci.argon' 11 months ago
LICENSE first commit 11 months ago
Makefile first commit 11 months ago
README.md first commit 11 months ago
README_ZH.md first commit 11 months ago

README.md

Argon Theme Config Plugin

You can set the blur and transparency of the login page of argon theme,

and manage the background pictures and videos.

license prs issues release download contact

English | 简体中文

Branch Introduction

There are currently two main branches that are adapted to different versions of the OpenWrt source code.
The table below will provide a detailed introduction:

Branch Version Description Matching source
master v1.x.x Support the latest version of LuCI Official OpenWrtImmortalWrt
18.06 v0.9.x Support the 18.06 version of LuCI Lean's LEDE

Getting started

Build for Lean's LEDE project

cd lede/package/lean
rm -rf luci-app-argon-config # if have
git clone -b 18.06 https://github.com/jerrykuku/luci-app-argon-config.git luci-app-argon-config
make menuconfig #choose LUCI->Application->Luci-app-argon-config
make -j1 V=s

Build for OpenWrt official SnapShots and ImmortalWrt

cd openwrt/package
git clone https://github.com/jerrykuku/luci-app-argon-config.git
make menuconfig #choose LUCI->Application->Luci-app-argon-config
make -j1 V=s

Contributors

Made with contrib.rocks.