mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
dynamic lighting add in backtitle
This commit is contained in:
@@ -59,9 +59,12 @@ if [ "${runBehindTor}" = "on" ]; then
|
|||||||
plus=" / Tor"
|
plus=" / Tor"
|
||||||
fi
|
fi
|
||||||
if [ ${#dynDomain} -gt 0 ]; then
|
if [ ${#dynDomain} -gt 0 ]; then
|
||||||
plus="${plus} / ${dynDomain}"
|
plus="/ ${dynDomain} ${plus}"
|
||||||
fi
|
fi
|
||||||
BACKTITLE="${localip} / ${hostname} / ${network} / ${lightning}${plus}"
|
if [ ${#lightning} -gt 0 ]; then
|
||||||
|
plus="/ ${lightning} ${plus}"
|
||||||
|
fi
|
||||||
|
BACKTITLE="${localip} / ${hostname} / ${network} ${plus}"
|
||||||
|
|
||||||
# Put Activated Apps on top
|
# Put Activated Apps on top
|
||||||
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
|
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
|
||||||
|
Reference in New Issue
Block a user