Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status: Colorize battery icons (16px-24px) #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

newhoa
Copy link
Contributor

@newhoa newhoa commented Jun 30, 2024

I think this covers switching over from monochrome to color while still keeping the same support for other DEs. But it is a big change so it may still need a little testing on a few DEs before merge to make sure. Any testers would be appreciated!


Use full-color icons for battery. These icons match the rest of the color theme better and are easier
to see in both light and dark themes. Using full-color icons for these lower sizes now matches the look of the battery icons at 32px and above.

Remove monochromatic battery icons from the panel folder. Symbolic icons (which automatically recolorize) are now common so these monochromatic icons should no longer be needed. In places where developers have chosen not to use symbolic icons, we shouldn't force the look. This also solves an issue where the monochromatic icons were difficult to see with mixed light and dark themes (especially with per-app
light and dark theme preferences becoming more common).

Add symlinks for gpm- prefixed icons (used by MATE Power Manager). Re-add previously removed symlinks for old legacy upower names (battery-020, etc) which are still used in some apps and desktops.

Add missing ac-adapter and battery-missing icons used by some apps, including Xfce Power Manager.

Use full-color icons for battery. These icons match
the rest of the color theme better and are easier
to see in both light and dark themes. Using full-color
icons for these lower sizes now matches the look of
the battery icons at 32px and above.

Remove monochromatic battery icons from the `panel` folder.
Symbolic icons (which automatically recolorize) are now common
so these monochromatic icons should no longer be needed.
In places where developers have chosen not to use symbolic icons,
we shouldn't force the look. This also solves an issue where
the monochromatic icons were difficult to see with mixed
light and dark themes (especially with per-app
light and dark theme preferences becoming more common).

Add symlinks for `gpm-` prefixed icons (used by MATE Power Manager).
Re-add previously removed symlinks for old legacy upower names
(`battery-020`, etc) which are still used in some apps and desktops.

Add missing `ac-adapter` and `battery-missing` icons used by some apps,
including Xfce Power Manager.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants