From e9cb424c983e17923f6a06e169684d1562769398 Mon Sep 17 00:00:00 2001 From: Thibault Meyer Date: Sun, 29 Sep 2024 10:47:25 +0200 Subject: [PATCH] Update README - JPG file extension Signed-off-by: Thibault Meyer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 478fc6e..0ccd9c3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ background. * `loop_interval_second` The interval in seconds between two wallpaper update attempts. Default value is `900` * `image_dimension_width` The "width" dimension of the wallpaper * `image_dimension_height` The "height" dimension of the wallpaper -* `target_filename` The location where is stored the wallpaper +* `target_filename` The location where is stored the wallpaper. File extension must be `.jpg` * `text_overlay_position` (OPTIONAL) Add text overlay containing information about the picture. Value must be surrounded with simple quote. Accepted values are: `BOTTOM_LEFT`, `BOTTOM_RIGHT`, `TOP_LEFT`, `TOP_RIGHT` * `text_overlay_position_offset_x` (OPTIONAL) Applies an offset on the X-axis of the text overlay.