jerrykuku / luci-app-argon-config

Argon Theme Config Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Related Projects

About

Argon Theme Config Plugin

License:Apache License 2.0


Languages

Language:JavaScript 74.5%Language:Shell 20.3%Language:Makefile 5.2%