How to change the colour xfce panel windowlist buttons flash

30

I am facing the exact same issue.

Found this solution:

http://ubuntuforums.org/showthread.php?t=1410349 (How to change active window color in xfce panel?)

It demands you to be aware of the theme you are using and then alter the file called panel.rc.

It is located at (you should edit the file as root): /usr/share/themes/theme_name/gtk-2.0

Find the line with the instructions for the bg[ACTIVE] color. Change the hexadecimal code for the color and save the file.

Then, you should log out and than back in. The color should be as you set in the file...

Hope I helped you.

Share:
30

Related videos on Youtube

user973758
Author by

user973758

Updated on September 18, 2022

Comments

  • user973758
    user973758 over 1 year
    class SourceLocation {
        Class<?> sourceClass;
        String sourceMethodName;
    
    }
    

    I want to store SourceLocation object's in a hashed collection and so I need to override hashCode() for this class, however that will require me using the hashCode() of Class which does not seem to be overridden. For any class, will it only have a singleton Class representing it? If so then I do not have a problem but if there can be multiple Class objects for any given class then I am not sure what to do.

  • Dušan Maďar
    Dušan Maďar almost 9 years
    you can also restart the panel instead of logging out: xfce4-panel -r