mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
dynamic lighting add in backtitle
This commit is contained in:
@@ -59,9 +59,12 @@ if [ "${runBehindTor}" = "on" ]; then
|
||||
plus=" / Tor"
|
||||
fi
|
||||
if [ ${#dynDomain} -gt 0 ]; then
|
||||
plus="${plus} / ${dynDomain}"
|
||||
plus="/ ${dynDomain} ${plus}"
|
||||
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
|
||||
if [ "${rtlWebinterface}" == "on" ] || [ "${crtlWebinterface}" == "on" ]; then
|
||||
|
Reference in New Issue
Block a user