dotfiles

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

panel.rc (2927B)


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