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 more network icons (16px-22px) #470

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

Commits on Jul 20, 2024

  1. Status: Colorize more network icons (16px-22px)

    Use full-color icons for more network icons (matching
    the previous colorization of the wifi icons). These icons
    match the rest of the color theme better and are easier
    to see in both light and dark themes.
    
    Remove grayscale network icons from the panel folder.
    Symbolic icons (which automatically recolorize) are now
    common so these grayscale 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 grayscale icons were difficult to see with mixed
    light and dark themes (especially with per-app light and dark
    theme preferences becoming more common).
    
    Remove some empty `nm-` prefixed icons. These may have been
    used to hide the network type tags (3G, 4G, etc.), but that
    seems hacky and reduces information that the user might want.
    network-manager-applet provides these "badges", so removing them
    should allow the network-manager provided icons to be used.
    
    Fix some files not being the right size (ad-hoc was 20x22px).
    
    Fix issue where wifi icons were colored differently at different sizes.
    
    Fix issue where some wired network icons were different designs at different sizes.
    newhoa committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0c0cef8 View commit details
    Browse the repository at this point in the history