LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Indicator Applet Session 0.3.7 change text color in Gnome Panel 2.30.0 (https://www.linuxquestions.org/questions/linux-desktop-74/indicator-applet-session-0-3-7-change-text-color-in-gnome-panel-2-30-0-a-812540/)

mkisow 06-06-2010 03:51 PM

Indicator Applet Session 0.3.7 change text color in Gnome Panel 2.30.0
 
I want to be able to change the Indicator Applet Session plugin to Gnome Panel 2.30.0 to white instead of the standard black. Attached is my .gtkrc-20 any help is appreciated.

Code:

style "panel"
{
  fg[NORMAL]                      = "#ffffff"        #panel txt normal
  fg[PRELIGHT]                    = "#000000"
  fg[ACTIVE]                      = "#000000"
  fg[SELECTED]                    = "#000000"
  fg[INSENSITIVE]                      = "#000000"
  bg[NORMAL]                        = "#ffffff"        #Background of switcher and wl fine outline
  bg[PRELIGHT]                      = "#ffffff"        #Mouseover wl
  bg[ACTIVE]                        = "#ffffff"        #Selected wl
  bg[SELECTED]                      = "#ffffff"        #Mouseover outline
  bg[INSENSITIVE]                      = "#000000"        #??
  base[NORMAL]                    = "#617BC5"        #Background of things like deskbar or 'add to panel'
  base[PRELIGHT]                    = "#000000"        #fine outline on windowlist items
  base[ACTIVE]                      = "#000000"
  base[SELECTED]                    = "#000000"
  base[INSENSITIVE]                  = "#000000"
  text[NORMAL]                    = "#000000"
  text[PRELIGHT]                  = "#000000"
  text[ACTIVE]                        = "#000000"
  text[SELECTED]                  = "#000000"
  text[INSENSITIVE]              = "#000000"
}

widget                "*PanelWidget*"                style "panel"
widget                "*PanelApplet*"                style "panel"
class                "*Panel*"                        style "panel"
widget_class        "*Mail*"                        style "panel"
class                "*notif*"                        style "panel"
widget                "*indicator-applet-session*"        style "panel"


298 11-20-2010 11:58 PM

see here:

http://ubuntuforums.org/showthread.php?t=1591274


All times are GMT -5. The time now is 12:11 PM.