fix timeAddTemplate in combination witht theme config

This commit is contained in:
joBr99
2022-06-17 17:26:00 +02:00
parent f973053660
commit b9524ce417
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ default_screensaver_color_mapping = {
"tForecast4Val": "65535", "tForecast4Val": "65535",
"bar": "65535", "bar": "65535",
"tMRIcon": "65535", "tMRIcon": "65535",
"tMR": "65535" "tMR": "65535",
"tTimeAdd": "65535"
} }
default_weather_icon_color_mapping = { default_weather_icon_color_mapping = {

View File

@@ -138,6 +138,7 @@ Example for the theme config:
#bar: [220, 0, 255] #bar: [220, 0, 255]
#tMRIcon: [220, 0, 255] #tMRIcon: [220, 0, 255]
#tMR: [220, 0, 255] #tMR: [220, 0, 255]
#tTimeAdd: [220, 0, 255]
#autoWeather automatically colors the screensaver weather icons based upon weather. Uncomment the following line to enable. #autoWeather automatically colors the screensaver weather icons based upon weather. Uncomment the following line to enable.
#autoWeather: true #autoWeather: true