commit e8ef3db8b2b931e5e4e67a760dffbfeb6b85fbc2
parent bbef204c44bd91ff358d8fd72fd898e79f376b4a
Author: Pollux <pollux@pollux.codes>
Date: Tue, 22 Jul 2025 00:26:41 -0500
feat: Add wallpaper path to output
Signed-off-by: Pollux <pollux@pollux.codes>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/morph.c b/morph.c
@@ -506,6 +506,8 @@ main(int argc, char **argv) {
TARGET_COLOR("*.highlight", 0.7, 0.7, 0.7, 0.9);
+ printf("*.wallpaper: %s\n", filepath);
+
free(image_pixels_rgb);
free(image_pixels_lab);
free(primary_colors);