18
18
[ ![ Release Count] [ 9 ]] [ 8 ]
19
19
[ ![ Contact Me] [ 10 ]] [ 11 ]
20
20
21
- ![ ] ( /Screenshots/pc1.jpg )
22
- ![ ] ( /Screenshots/phone.jpg )
23
21
24
22
A new Luci theme for LEDE/OpenWRT
25
23
Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
@@ -28,8 +26,9 @@ Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Ar
28
26
The old version is still in another branch call old. If you need that you can checkout that branch.
29
27
30
28
## Notice
31
- v2.1 Adapt to official mainline snapshot.
32
- You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.
29
+
30
+ This branch only matches lean openwrt.
31
+
33
32
34
33
## How to build
35
34
@@ -43,36 +42,19 @@ make menuconfig #choose LUCI->Theme->Luci-theme-argon
43
42
make -j1 V=s
44
43
```
45
44
46
- ####Openwrt SnapShots
47
- ```
48
- cd openwrt/package
49
- git clone https://github.com/jerrykuku/luci-theme-argon.git
50
- make menuconfig #choose LUCI->Theme->Luci-theme-argon
51
- make -j1 V=s
52
- ```
53
-
54
45
## Install
55
46
### For Lean openwrt
56
47
```
57
48
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/1.5.1/luci-theme-argon_1.5.1-01-20200331_all.ipk
58
49
opkg install luci-theme-argon_1.5.1-01-20200331_all.ipk
59
50
```
60
51
61
- ### For openwrt 19.07 Snapshots LuCI master (git-20.033.77428-3d63732)
62
- ```
63
- wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.1/luci-theme-argon_2.1-20200206_all.ipk
64
- opkg install luci-theme-argon_2.1-20200206_all.ipk
65
- ```
66
-
67
52
## Update log 2020.07.03 [ 18.06]
68
- 1 . v1.5.3 change Header display style.
53
+ 1 . v1.5.3 change header display style.
69
54
2 . v1.5.3 change page title display style.
70
55
3 . v1.5.3 fix display bug in diagnostics.
56
+ 4 . v1.5.3 Reduce the background image to one.
71
57
72
- ## More Screenshots
73
-
74
- ![ ] ( /Screenshots/pc2.jpg )
75
- ![ ] ( /Screenshots/pc3.jpg )
76
58
77
59
## Thanks to
78
60
luci-theme-material: https://github.com/LuttyYang/luci-theme-material/
0 commit comments