mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +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, ...]],
|
||||
images: list[Image],
|
||||
ratio_score: int = 100,
|
||||
scale_score: int = 10,
|
||||
scale_score: int = 20,
|
||||
multiple_wallpaper_score: int = -50,
|
||||
) -> Optional[list[WallpaperPart]]:
|
||||
"""Find optimal association for images for the groups of covering rectangles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue