style: format generate-background.py for ruff line length

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
Alex Cheema
2026-02-16 06:21:16 -08:00
co-authored by Claude Opus 4.6
parent 49f988de89
commit 59c4e39fec
+8 -1
View File
@@ -206,7 +206,14 @@ def generate_background(output_path: str) -> None:
_draw_text(pixels, 155 - exo_width // 2, 232, "EXO", label_color, scale=label_scale)
# "Applications" — 12 chars, centered under icon at x=505
apps_width = 12 * char_width
_draw_text(pixels, 505 - apps_width // 2, 232, "Applications", label_color, scale=label_scale)
_draw_text(
pixels,
505 - apps_width // 2,
232,
"Applications",
label_color,
scale=label_scale,
)
# Draw "Drag to install" instruction — bright white, scale=3 for readability
# Text is ~15 chars × 18px/char (at scale=3) = ~270px wide