From 1a530bd27d9c6833e7946202ad861e8d7fc234ce Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Fri, 15 May 2026 20:57:42 +0100 Subject: [PATCH] add pdweather example to config-docker.toml --- config-docker.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config-docker.toml b/config-docker.toml index 8352db8..c6494ad 100644 --- a/config-docker.toml +++ b/config-docker.toml @@ -20,3 +20,13 @@ command = ["bash", "-c", "/usr/bin/uptime -p | cut -d, -f-2"] font = "/res/curie.bdf" text_filters = [ "lowercase" ] 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