amnweb / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
Other
132 stars 16 forks source link

feat(media): Rounded thumbnail corners #10

Closed thomasroodnl closed 1 month ago

thomasroodnl commented 1 month ago

Implements a corner rounding procedure for the media thumbnail. This cannot be achieved by CSS, so we need to make the corners transparent to mimic round corners. Using thumbnail_corner_radius users can set the rounding to match their CSS settings, or set it to 0 for default square corners.

In addition, provides a few small refactors and cleanups.