Skip to content

debian/patches: Align AdwSpinnerPaintable Design and Animation to YaruCircularProgressIndicator

This patch reimplements the AdwSpinnerPaintable to match the visual design and behavior of Yaru’s YaruCircularProgressIndicator from yaru.dart. This patch is constrained to Ubuntu Session and Yaru (and other variants) icon theme.

Screencast_From_2025-06-28_18-47-26

Changes Introduced

  • Replaced the original dynamic arc animation with three evenly spaced, continuously spinning arcs.
  • Introduced a dynamic gap between arcs that increases with speed, improving visibility during faster rotations.
  • Adjusted the animation duration to 8000 ms, consistent with Yaru’s implementation.

References

Merge request reports

Loading