dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

panel-light.rc (2929B)


      1 
      2 style "dark-panel" # FOR BUTTONS
      3 {
      4 	xthickness		= 0
      5 	ythickness		= 0
      6 
      7 	#bg_pixmap[NORMAL]	= "/Toolbar/panel.png"
      8 
      9 	fg[NORMAL]		= @fg_color
     10 	fg[PRELIGHT]		= @tooltip_fg_color
     11 	fg[ACTIVE]		= @tooltip_fg_color
     12 	fg[SELECTED]		= @tooltip_fg_color
     13 	fg[INSENSITIVE]		= @fg_color
     14 
     15 	text[NORMAL]		= @fg_color
     16 	text[PRELIGHT]		= @tooltip_fg_color
     17 	text[ACTIVE]		= @tooltip_fg_color
     18 	text[SELECTED]		= @tooltip_fg_color
     19 	text[INSENSITIVE]	= @fg_color
     20 
     21 	bg[NORMAL] 		= @bg_color
     22 	bg[PRELIGHT] 		= @tooltip_bg_color
     23 	bg[ACTIVE] 		= @tooltip_bg_color
     24 	bg[SELECTED] 		= @selected_bg_color
     25 	bg[INSENSITIVE] 	= @tooltip_bg_color
     26 
     27 	base[NORMAL] 		= @bg_color
     28 	base[PRELIGHT] 		= @bg_color
     29 	base[ACTIVE] 		= @bg_color
     30 	base[SELECTED] 		= @bg_color
     31 	base[INSENSITIVE] 	= @bg_color
     32 
     33 	engine "murrine" 
     34 	{
     35 		roundness 		= 0
     36 		contrast 		= 0.7
     37 
     38 
     39 		glow_shade 		= 1.1
     40 		glowstyle 		= 1
     41 
     42 		lightborder_shade   	= 0.9
     43 
     44 		gradient_shades     	= {0.88, 0.95, 0.95, 1.3}
     45 		border_shades 		= {1.7, 1.7}
     46 
     47 		menubaritemstyle 	= 1
     48 
     49 	}
     50 }
     51 
     52 style "dark-panel-text" = "dark-panel" # FOR MENUS INDICATORS ETC
     53 {
     54 	xthickness		= 0
     55 	ythickness		= 0
     56 	
     57 	fg[PRELIGHT] 		= @fg_color 
     58 	bg[PRELIGHT] 		= @bg_color 
     59 
     60 	engine "murrine" 
     61 	{
     62 		roundness 		= 0
     63 		contrast 		= 0.7
     64 
     65 
     66 
     67 		glow_shade 		= 1.2
     68 		glowstyle 		= 1
     69 
     70 		lightborder_shade   	= 0.88
     71 
     72 		gradient_shades     	= {0.9, 1.1, 1.1, 1.3}
     73 		border_shades 		= {1.0, 1.1}
     74 
     75 		menubaritemstyle 	= 1
     76 
     77 
     78 	}
     79 
     80 }
     81 style "dark-panel-handle" 
     82 {
     83     engine "pixmap"
     84     {    
     85         image
     86         {
     87 		function 	= HANDLE
     88         }    
     89  
     90 	image
     91         {
     92         	function 	= HANDLE
     93         }
     94     }
     95 }
     96 widget "*PanelWidget*"			style "dark-panel"
     97 widget "*PanelApplet*"			style "dark-panel"
     98 widget "*fast-user-switch*"		style "dark-panel"
     99 widget "*CPUFreq*Applet*"		style "dark-panel"
    100 widget "*indicator-applet*"		style "dark-panel"
    101 class "PanelApp*"			style "dark-panel"
    102 class "PanelToplevel*"			style "dark-panel"
    103 widget_class "*PanelToplevel*"		style "dark-panel"
    104 widget_class "*notif*"			style "dark-panel"
    105 widget_class "*Notif*"			style "dark-panel"
    106 widget_class "*Tray*"			style "dark-panel" 
    107 widget_class "*tray*"			style "dark-panel"
    108 widget_class "*computertemp*"		style "dark-panel"
    109 widget_class "*Applet*Tomboy*"		style "dark-panel"
    110 widget_class "*Applet*Netstatus*"	style "dark-panel"
    111 
    112 # Fixes for tooltip text in some apps.
    113 widget_class "*Notif*Beagle*"		style "dark-panel"
    114 widget_class "*Notif*Brasero*"		style "dark-panel"
    115 
    116 # XFCE panel theming.
    117 widget "*Xfce*Panel*"			style "dark-panel"
    118 class "*Xfce*Panel*"			style "dark-panel"
    119 
    120 # Make sure panel text color doesn't change
    121 widget_class "*Panel*MenuBar*"		style : highest "dark-panel-text"
    122 widget_class "*Panel*<GtkMenuBar>*"	style : highest "dark-panel-text"
    123 widget "*.clock-applet-button.*"	style : highest "dark-panel-text"
    124 widget "*ClockPanelApplet*"		style : highest "dark-panel-text"
    125 
    126 # Hide ugly handle
    127 class "PanelAppletFrame" 		style:highest "dark-panel-handle"