4

I'm referring to this indicator:

indicator-brightness

There are no options to change the icon theme for the indicator on the panel, and the default color theme looks ugly on Radiance theme. Are there options I don't know about or could settings be added?

Lucio
  • 19,191
  • 32
  • 112
  • 191
anon
  • 391

1 Answers1

3

Found a solution to manually change the icon after some file searching.

  1. First download this black icon I created using GIMP (same icon as the official application's, but with inverted colors):

    http://oi46.tinypic.com/34r6kc2.jpg

  2. Open Nautilus File Manager as root. I did it graphically because I'm not familiar with much of the terminal. I used this command in Terminal.

    gksu nautilus

  3. Go to File System and navigate to:

    /usr/share/notify-osd/icons/gnome/scalable/status/notification-display-brightness-full.svg

  4. Copy the file's name, and then delete the .svg file.

  5. Replace it with the icon I provided above and give it the same name as the previous file (paste what you copied in the above step).

The icon should change, and look great in Radiance theme. If you want to change back, you can invert the colors of the icon I gave using GIMP and export it as a new image, and then do the same process above using the new image.

Sorry if anyone can do this easier in the terminal and I just showed a harder way, I only discovered Linux a month ago and still am not familiar with command line lingo.

anon
  • 391