mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
wallpaper: bump a bit the scale score
This commit is contained in:
parent
0870cdefe6
commit
ef9d36a253
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ def get_best_parts(
|
||||||
groups: set[tuple[Rectangle, ...]],
|
groups: set[tuple[Rectangle, ...]],
|
||||||
images: list[Image],
|
images: list[Image],
|
||||||
ratio_score: int = 100,
|
ratio_score: int = 100,
|
||||||
scale_score: int = 10,
|
scale_score: int = 20,
|
||||||
multiple_wallpaper_score: int = -50,
|
multiple_wallpaper_score: int = -50,
|
||||||
) -> Optional[list[WallpaperPart]]:
|
) -> Optional[list[WallpaperPart]]:
|
||||||
"""Find optimal association for images for the groups of covering rectangles.
|
"""Find optimal association for images for the groups of covering rectangles.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue