dominichayesferen / WindowsThemePlasmaConverter

Convert a Windows theme into a Plasma Global Theme
5 stars 0 forks source link

Dealing with differences in battery status icons between Plasma and Windows #12

Open dominichayesferen opened 6 months ago

dominichayesferen commented 6 months ago

Windows uses separate battery icons to expose battery statuses, however KDE Plasma overlays them with a separate icon.

Ideally, we could take the empty status battery icon, and the empty battery icon, scanning through each pixel, and if there is colour on it and the colour is the same between both icons making said pixel transparent on the image, so as to remove everything from the status icons except the bits unique to the status icons to prevent double-battery graphic-issues.

However... how to do that...?