Ubuntu – How to change the ugly chrome/chromuim tray icon

chromiumgoogle-chromeiconsindicator

I'm writing a script to fix hardcoded indicator icons, and i'm having a problem fixing the google chrome/chromium indicator icon.

There's two icons that are shown in the tray; i managed to fix the bell one by modifying the chrome_100_percent.pak, but i couldn't change the Chrome/Chromium logo one. There's three icons in the same chrome_100_percent.pak file, changing them does not change the indicator icon, neither changing the icons in /opt/google/chrome.

enter image description here

Thanks!

Best Answer

I fixed this in my script; https://github.com/bil-elmoussaoui/Hardcode-Tray Thank you all!

Related Question