move theme config to screensaver

This commit is contained in:
Johannes
2022-05-23 16:33:19 +02:00
parent ef14e59cad
commit c77eeb3375
2 changed files with 3 additions and 5 deletions

View File

@@ -438,7 +438,7 @@ class LuiPagesGen(object):
if card.cardType == "screensaver":
self.update_screensaver_weather()
# send color if configured in theme
theme = self._config.get("theme")
theme = card.raw_config.get("theme")
if theme is not None:
self._send_mqtt_msg(get_screensaver_color_output(theme))
if card.cardType == "cardQR":