mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-07 23:27:13 +08:00
update 2023-05-02 17:58:57
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2008-2019 Jerrykuku
|
# Copyright (C) 2008-2019 kenzok78
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the Apache License, Version 2.0 .
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||||||
#
|
#
|
||||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
LUCI_TITLE:=Argonne kenzo
|
LUCI_TITLE:=Argonne kenzo
|
||||||
LUCI_DEPENDS:=+curl +jsonfilter
|
LUCI_DEPENDS:=+curl +jsonfilter
|
||||||
PKG_VERSION:=1.7.7
|
PKG_VERSION:=1.7.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -3,7 +3,7 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
<metadata>Generated by IcoMoon</metadata>
|
<metadata>Generated by IcoMoon</metadata>
|
||||||
<defs>
|
<defs>
|
||||||
<font id="argon" horiz-adv-x="1024">
|
<font id="argonne" horiz-adv-x="1024">
|
||||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||||
<missing-glyph horiz-adv-x="1024" />
|
<missing-glyph horiz-adv-x="1024" />
|
||||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
* luci-theme-argonne
|
* luci-theme-argonne
|
||||||
*
|
*
|
||||||
* Have a bug? Please create an issue here on GitHub!
|
* Have a bug? Please create an issue here on GitHub!
|
||||||
* https://github.com/jerrykuku/luci-theme-argonne/issues
|
* https://github.com/kenzok78/luci-theme-argonne/issues
|
||||||
*
|
*
|
||||||
* luci-theme-bootstrap:
|
* luci-theme-bootstrap:
|
||||||
* Copyright 2008 Steven Barth <steven@midlink.org>
|
* Copyright 2008 Steven Barth <steven@midlink.org>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* luci-theme-argonne
|
* luci-theme-argonne
|
||||||
*
|
*
|
||||||
* Have a bug? Please create an issue here on GitHub!
|
* Have a bug? Please create an issue here on GitHub!
|
||||||
* https://github.com/jerrykuku/luci-theme-argonne/issues
|
* https://github.com/kenzok78/luci-theme-argonne/issues
|
||||||
*
|
*
|
||||||
* luci-theme-bootstrap:
|
* luci-theme-bootstrap:
|
||||||
* Copyright 2008 Steven Barth <steven@midlink.org>
|
* Copyright 2008 Steven Barth <steven@midlink.org>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# author jjm2473
|
# author jjm2473
|
||||||
|
|
||||||
# the script will be excuted when `argon.@global[0].bing_background == '1'`
|
# the script will be excuted when `argonne.@global[0].bing_background == '1'`
|
||||||
# defaults to 'bing' to be compatible with old config
|
# defaults to 'bing' to be compatible with old config
|
||||||
WEB_PIC_SRC=$(uci -q get argon.@global[0].online_wallpaper || echo 'bing')
|
WEB_PIC_SRC=$(uci -q get argonne.@global[0].online_wallpaper || echo 'bing')
|
||||||
CACHE=/var/run/argon_${WEB_PIC_SRC}.url
|
CACHE=/var/run/argonne_${WEB_PIC_SRC}.url
|
||||||
WRLOCK=/var/lock/argon_${WEB_PIC_SRC}.lock
|
WRLOCK=/var/lock/argonne_${WEB_PIC_SRC}.lock
|
||||||
|
|
||||||
fetch_pic_url() {
|
fetch_pic_url() {
|
||||||
case $WEB_PIC_SRC in
|
case $WEB_PIC_SRC in
|
||||||
|
|||||||
Reference in New Issue
Block a user