dotfiles

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

nautilus.rc (5461B)


      1 ##########################################
      2 # NAUTILUS	
      3 ##########################################
      4 
      5 style "nautilus-old-handle"
      6 {
      7 	GtkPaned::handle-size         = 1
      8 	xthickness = 0
      9 	ythickness = 0
     10 	base[NORMAL]      = @base_color
     11 
     12 
     13 
     14 }
     15 style "nautilus-handle"
     16 {
     17 	GtkPaned::handle-size         = 4
     18 	xthickness = 0
     19 	ythickness = 0
     20 	base[NORMAL]      = @base_color
     21 
     22 	engine "pixmap"
     23 	{
     24 		image 
     25 		{
     26 		    function	= HANDLE
     27 		    recolorable	= TRUE
     28 		    file		= "Toolbar/handleb.png"
     29 		    stretch		= TRUE
     30 		    border 		= { 8, 8, 8, 8 }
     31 		}
     32 	}
     33 
     34 }
     35 style "nautilus-sidebar"  = "default"
     36 {
     37 fg[NORMAL] 		= @text_color			
     38 fg[ACTIVE] 		= @text_color			
     39 fg[PRELIGHT] 		= @tooltip_fg_color			
     40 fg[SELECTED] 		= @tooltip_fg_color
     41 fg[INSENSITIVE] 	= @text_color			
     42 
     43 text[NORMAL] 		= @text_color			
     44 text[ACTIVE] 		= @text_color			
     45 text[PRELIGHT] 		= @tooltip_fg_color			
     46 text[SELECTED] 		= @tooltip_fg_color
     47 text[INSENSITIVE] 	= @text_color	
     48 
     49 bg[NORMAL] 		= @base_color	
     50 bg[ACTIVE] 		= shade (0.93, @base_color)
     51 bg[PRELIGHT] 		= @tooltip_bg_color
     52 bg[SELECTED] 		= @tooltip_bg_color
     53 bg[INSENSITIVE] 	= @base_color
     54 
     55 base[NORMAL] 		= @base_color	
     56 base[ACTIVE] 		= shade (0.93, @base_color)
     57 base[PRELIGHT] 		= @tooltip_bg_color
     58 base[SELECTED] 		= @tooltip_bg_color
     59 base[INSENSITIVE] 	= @base_color
     60 	
     61 
     62 	font_name 	                  	= "Regular"
     63 
     64 	GtkTreeView::odd_row_color		= @base_color
     65 	GtkTreeView::even_row_color		= @base_color
     66 
     67       # these make the padding from left window edge a little more sane
     68 	GtkTreeView::horizontal_separator	= 15
     69       	xthickness				= 0
     70 	ythickness				= 0
     71 }
     72 
     73 style "nautilus-sidebar-other" = "nautilus-sidebar"
     74 {
     75 
     76 	xthickness = 0
     77 	ythickness = 0
     78 	base[NORMAL]      = @base_color
     79 	bg[NORMAL]	  = @base_color
     80 
     81 }
     82 style "nautilus-notebook" = "default" {
     83 	xthickness		= 2
     84 	ythickness		= 2
     85 	bg[NORMAL]	= shade (1.0, @bg_color)	# selected tab entire
     86 	bg[ACTIVE]	= shade (0.95, @bg_color)	# unselected tab
     87 }
     88 style "nautilus-notebook-flat" = "default"
     89 {
     90 
     91 	xthickness		= 0
     92 	ythickness		= 0
     93 	bg[NORMAL]	= shade (1.0, @bg_color)	# selected tab entire
     94 	bg[ACTIVE]	= shade (0.95, @bg_color)	# unselected tab
     95 
     96 GtkNotebook::tab-overlap=3
     97 
     98 	engine "murrine"
     99 	{
    100 		roundness = 0
    101 		
    102 		contrast = 0.0
    103 		highlight_shade = 1.0
    104 		glazestyle = 0
    105 		glowstyle = 0
    106 		lightborder_shade = 1.0
    107 		lightborderstyle = 0
    108 	}
    109 }
    110 style "nautilus-extra-view" = "default"
    111 {
    112 
    113 	xthickness		= 0
    114 	ythickness		= 0
    115 
    116 	bg[NORMAL] = @bg_color
    117 
    118 	engine "pixmap"
    119 	{
    120 		image 
    121 		{
    122 		    function	= FLAT_BOX
    123 		    recolorable	= TRUE
    124 		    file		= "Toolbar/extra-widget.png"
    125 		    state		= NORMAL
    126 		    stretch		= TRUE
    127 		    border 		= { 8, 8, 8, 8 }
    128 		}
    129 	}
    130 }
    131 
    132 
    133 style "nautilus-view"
    134 {
    135 	xthickness		= 0
    136 	ythickness		= 0
    137 
    138 	base[NORMAL]	= @bg_color
    139 
    140 }
    141 style "nautilus-statusbar"
    142 {
    143 	xthickness		= 4
    144 	ythickness		= 1
    145 }
    146 style "nautilus-window-base"
    147 {
    148 	#bg[NORMAL]	= @bg_color
    149 
    150 }
    151 style "nautilus-toolbar"
    152 {
    153   fg[NORMAL] 		= @fg_color			
    154   fg[ACTIVE] 		= @fg_color			
    155   fg[PRELIGHT] 		= @selected_fg_color			
    156   fg[SELECTED] 		= @selected_fg_color			
    157 
    158   bg[NORMAL] 		= @bg_color	
    159   bg[ACTIVE] 		= shade (0.93, @bg_color)
    160   bg[PRELIGHT] 		= @selected_bg_color
    161   bg[SELECTED] 		= @selected_bg_color
    162 
    163 engine "murrine" {contrast=0.0}
    164 }
    165 
    166 style "nautilus-toolbar-dark"
    167 {
    168   fg[NORMAL] 		= @text_color			
    169   fg[ACTIVE] 		= @text_color			
    170   fg[PRELIGHT] 		= @tooltip_fg_color			
    171   fg[SELECTED] 		= @tooltip_fg_color			
    172   fg[INSENSITIVE] 	= @text_color			
    173 
    174   bg[NORMAL] 		= @base_color	
    175   bg[ACTIVE] 		= shade (0.93, @base_color)
    176   bg[PRELIGHT] 		= @tooltip_bg_color
    177   bg[SELECTED] 		= @tooltip_bg_color
    178   bg[INSENSITIVE] 	= @base_color	
    179 engine "murrine" {contrast=0.0
    180 toolbarstyle=0}
    181 }
    182 style "nautilus-toolbar-dark-button"
    183 {
    184   fg[NORMAL] 		= @text_color			
    185   fg[ACTIVE] 		= @text_color			
    186   fg[PRELIGHT] 		= @tooltip_fg_color			
    187   fg[SELECTED] 		= @tooltip_fg_color			
    188   fg[INSENSITIVE] 	= @text_color			
    189 
    190   bg[NORMAL] 		= @base_color	
    191   bg[ACTIVE] 		= shade (0.93, @base_color)
    192   bg[PRELIGHT] 		= @tooltip_bg_color
    193   bg[SELECTED] 		= @tooltip_bg_color
    194   bg[INSENSITIVE] 	= @base_color	
    195 
    196 engine "murrine" {contrast=0.5}
    197 }
    198 style "nautilus-mode-button" = "nautilus-toolbar-dark-button"
    199 {
    200 
    201 #engine "murrine" {roundness=12}
    202 }
    203 # NAUTILUS
    204 widget_class	"*Nautilus*Window*"		style "nautilus-window-base"
    205 widget_class	"*Nautilus*Places*Sidebar*"	style "nautilus-sidebar"
    206 #widget_class	"*Nautilus*Notebook"		style "nautilus-notebook"
    207 widget_class	"*Nautilus*View*"		style "nautilus-view"
    208 widget		"*Nautilus*Splitter"		style "nautilus-handle"
    209 widget_class	"*Nautilus*Statusbar*"		style "nautilus-statusbar"
    210 
    211 widget_class	"*Nautilus*Toolbar*"		style "nautilus-toolbar-dark" 
    212 widget_class	"*Nautilus*Toolbar*Button*"	style "nautilus-toolbar-dark-button" 
    213 
    214 widget_class "*Nautilus*EmblemSidebar*"		style "nautilus-sidebar-other"
    215 widget_class "*Nautilus*Side*Tree*"		style "nautilus-sidebar-other"
    216 widget_class "*Nautilus*Notes*"			style "nautilus-sidebar-other"
    217 widget_class "*Nautilus*History*"		style "nautilus-sidebar-other"
    218 widget_class "*Nautilus*Information*"		style "nautilus-sidebar-other"
    219 widget "*.nautilus-extra-view-widget" 		style : highest "nautilus-extra-view"
    220 
    221 widget		"*GtkModeButton*"		style "nautilus-mode-button"
    222 
    223 # CHANGE THESE TO "nautilus-toolbar-dark" FOR TOOLBAR INTEGRATED WITH MENUBAR
    224 widget_class "*NautilusPathBar.*ToggleButton" style "nautilus-toolbar-dark-button" 
    225 widget "Nautilus*left_slider*" style "nautilus-toolbar-dark-button" 
    226 widget "Nautilus*right_slider*" style "nautilus-toolbar-dark-button"
    227 
    228