add pdweather example to config-docker.toml

This commit is contained in:
2026-05-15 20:57:42 +01:00
parent bad309b2f7
commit 1a530bd27d

View File

@@ -20,3 +20,13 @@ command = ["bash", "-c", "/usr/bin/uptime -p | cut -d, -f-2"]
font = "/res/curie.bdf" font = "/res/curie.bdf"
text_filters = [ "lowercase" ] text_filters = [ "lowercase" ]
text_offset = [21, 4] text_offset = [21, 4]
[[image]]
output = "/out/pdweather.gif"
template = "/res/templates/forest.gif"
command = [ "python", "/res/pdweather.py" ]
font = "/res/curie.bdf"
text_filters = [ "lowercase" ]
text_offset = [45, 4]
text_fill = [255, 255, 255] # your template image must have alpha channel to use alpha