Unity battery indicator peeve
Ralf Mardorf
silver.bullet at zoho.com
Tue Jul 12 18:08:40 UTC 2016
Hi,
you could rename the unwanted icons with dpkg-divert, so an upgrade doesn't overwrite replacement icons with the original names.
sudo dpkg-divert --add --rename --divert /usr/share/icons/Some_theme/some_size/status/battery-full-charging.png.real /usr/share/icons/Some_theme/some_size/status/battery-full-charging.png
Then copy the wanted icons of the other theme to the wanted theme.
sudo cp -p /usr/share/icons/ANOTHER_theme/some_size/status/battery-full-charging.png /usr/share/icons/Some_theme/some_size/status/battery-full-charging.png
Regards,
Ralf
More information about the ubuntu-users
mailing list