https://bugs.kde.org/show_bug.cgi?id=483805
--- Comment #18 from Nate Graham <n...@kde.org> --- Ah you're right, criticality is a feature of the charge level, not another dimension of them. And the 24px icons are are auto-generated from the 22px icons, so you can ignore those for the purpose of determining how many unique icons need to be created. So it looks like only 66 base icons, and 132 new power profile variant icons. If you're willing to create all these icons, that would be *amazing*. No one being willing to do the work was always the problem in the past. Also note that the Qt SVG renderer currently doesn't support rendering clip paths, so those would need to be transformed into strokes. In terms of naming, the new icons would ideally be named identically to the base icon with the addition of a `-profile-{powersave,performance}` suffix tacked onto the end. That way when those icons aren't present in the theme, the icon loader would fall back to the base icons. This could be shaping up to a wonderful solution. -- You are receiving this mail because: You are watching all bug changes.