mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
wallpaper: lower a lot the scale score
This commit is contained in:
parent
c414e90c28
commit
4a685dd932
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,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 = 60,
|
scale_score: int = 5,
|
||||||
wallpaper_score: int = 2,
|
wallpaper_score: int = 2,
|
||||||
) -> 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