adi1090x / plymouth-themes

A huge collection (80+) of plymouth themes ported from android bootanimations
GNU General Public License v3.0
1.72k stars 114 forks source link

Fix off-center graphic on multi-monitor setups #39

Closed h3ss closed 1 year ago

h3ss commented 1 year ago

…GetWidth(0) and Window.GetHeight(0). This ensures consistent centering on every monitor for multimonitor setups, including those with disparate resolutions

On my multi-monitor setup the logo was off center. Did some research and found this PR for a different Plymouth theme that had the same issue:

https://github.com/pop-os/plymouth-theme/pull/25/commits/fd7d3e31c6ddb4d705acc422f38b701894fa5cc1

Applied the fix to my copy of abstract_ring from your repo and verified that it fixed the issue. Also verified that it still works properly on a single monitor setup (my laptop).

Thank you very much for creating these really nice Plymouth themes!

Cheers, John

adi1090x commented 1 year ago

Thanks for the PR.