add dynamic config commands

This commit is contained in:
2026-05-22 18:11:08 +01:00
parent 1bf8e41e0c
commit c3b05c6bcb
8 changed files with 110 additions and 19 deletions

View File

@@ -30,3 +30,7 @@ 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
[[image]]
output = "out/iloveseason.gif"
command = [ "python", "./res/iloveseason.py" ]