diff --git a/bin/wallpaper b/bin/wallpaper index e42df54..f24c8a3 100755 --- a/bin/wallpaper +++ b/bin/wallpaper @@ -234,7 +234,7 @@ def get_best_parts( groups: set[tuple[Rectangle, ...]], images: list[Image], ratio_score: int = 100, - scale_score: int = 60, + scale_score: int = 5, wallpaper_score: int = 2, ) -> Optional[list[WallpaperPart]]: """Find optimal association for images for the groups of covering rectangles.