Added another parameter to set the background color of the clock

This commit is contained in:
ollo 2017-01-03 14:40:03 +01:00
parent fba6a90085
commit 353e6f0117

View File

@ -118,7 +118,6 @@ function fillDynamicMap()
replaceMap["$HEXCOLOR3"]=hexColor3 replaceMap["$HEXCOLOR3"]=hexColor3
replaceMap["$HEXCOLOR4"]=hexColor4 replaceMap["$HEXCOLOR4"]=hexColor4
replaceMap["$HEXCOLORBG"]=hexColorBg replaceMap["$HEXCOLORBG"]=hexColorBg
colorBg
return replaceMap return replaceMap
end end