ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
1.25k stars 163 forks source link

fix: background looks washed out during fade #1818

Closed Raindrac closed 1 month ago

Raindrac commented 1 month ago

This commit fixes the monthly backgrounds appearing washed out during sunrise and sunset by re-encoding them in an RGB colorspace. After a bunch of experimentation and failed attempts to resolve the issue, I eventually found out that the issue was occurring because they were saved in an RGBA colorspace.

All monthly backgrounds were tested at both sunrise and sunset. And now that I know the cause, this issue should be easy to avoid in the future. 😉

Resolves https://github.com/ublue-os/bluefin/issues/1814.