[Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Il ritrovo della comunità dove confrontarsi e discutere sulle notizie dal mondo dell'informatica, di Ubuntu e di tutto quello che la riguarda, novità, pettegolezzi e quant'altro.
Avatar utente
Jaguaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 febbraio 2010, 10:25
Località: Prealpi
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Jaguaro »

drak

ma il nautilus elementare è tuo, i pulsanti son in pixmap? volevo applicare la struttura elementare ad un mio.



hai già pubblicato il gtk del tema da qualche parte?

J.
Ultima modifica di Jaguaro il venerdì 29 ottobre 2010, 9:57, modificato 1 volta in totale.
http://mountaincafe.altervista.org/ ---- www.verticalmente.net

Fin al quaranta de masc bisogna minga mùla i strasc...:-D
Avatar utente
alecive
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1886
Iscrizione: venerdì 12 dicembre 2008, 14:09
Desktop: gnome-shell o unity
Distribuzione: Ubuntu 12.04
Località: Sestri Levante
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da alecive »

Buondì!

Ho rilasciato la versione 1.4.5 delle awoken.. non la metto ancora nel ppa perchè vorrei avere prima un feedback!

Su DA è presente il classico download, mentre qui c'è il link per il deb: http://dl.dropbox.com/u/8029324/awoken- ... d5_all.deb

Tra le altre ci sono due principali novità:
  • s11 folders
  • possibilità di usare lo script (quello "ufficiale") per modificare le altre opzioni (che utlimamente era necessario chiamare con lo script veccio style) - cioè usare lo script per cambiare le icone di emesene, la cpufrequencyapplet, pidgin, wicd, e così via
Ditemi se e come vi funzionano (soprattutto il secondo)!!

PS: per la 1.5 ho in progetto di aggiungere altri 6 tipi di folders, per poter contemplare anche delle cartelle scure (ed iniziare a migrare verso la versione dark!)
La follia è come la gravità. Basta una piccola spinta.                              AwOken Iconset - Rilasciata la  2.4!! (c'è anche il ppa [lucid-maverick-natty-oneiric-precise]!)
Avatar utente
pablomoreno
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1282
Iscrizione: domenica 1 giugno 2008, 14:45
Desktop: Gnome
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da pablomoreno »

questa è la mia attuale scrivania:
[img width=800 height=500]http://www.iouppo.com/life/img/a3282ffa5602da5a7cebe7df256fe52d.png[/img]

vorrei però modificare il colore delle scrollbar solo che non so dove mettere le mani nel gtkrc del tema (che sotto riporto):

Codice: Seleziona tutto

# Simply Basic II theme
# Requires Murrine GTK Engine v0.91.0

gtk_color_scheme = "fg_color:#333333\nbg_color:#e8e8e8\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#6699cc\nselected_fg_color:#ffffff\ntooltip_bg_color:#000\ntooltip_fg_color:#FFFFFF\nlink_color:#DD4814"






gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
gtk_color_scheme	= "frame_color:#2b2b2b\ninactive_frame_color:#2b2b2b"			# Fix for Chrome


gtk-auto-mnemonics = 1 

style "default"
{
	xthickness = 0
	ythickness = 0

	#######################
	# Style Properties
	#######################
	GtkWidget::new-tooltip-style = 1

	GtkImage::x-ayatana-indicator-dynamic = 1

	GtkScrolledWindow ::scrollbar-spacing = 0
	GtkScrolledWindow ::scrollbar-within-bevel = 0
	
	GtkButton::child-displacement-x = 1
	GtkButton::child-displacement-y = 1
	GtkButton::default-border = { 0, 0, 0, 0 }

	GtkCheckButton::indicator-size = 14

	GtkPaned::handle-size = 6

	GtkRange::trough-border = 0
	GtkRange::slider-width = 14
	GtkRange::stepper-size = 20
        GtkRange::trough-under-steppers = 0

	GtkScale::slider-length = 28
	GtkScale::trough-side-details = 1

	GtkScrollbar::min-slider-length = 36
	GtkScrollbar::activate-slider = 1
	GtkMenuBar::internal-padding = 0
	GtkExpander::expander-size = 15
	GtkToolbar::internal-padding = 1
	GtkTreeView::expander-size = 15
	GtkTreeView::indent-expanders = 1
	GtkTreeView::vertical-separator = 0
	#GtkProgressBar ::min-vertical-bar-width = 14
	#GtkProgressBar ::min-horizontal-bar-width = 14
	#GtkProgressBar ::min-horizontal-bar-height = 14
	#GtkProgressBar ::min-vertical-bar-height = 12

	GtkMenu::horizontal-padding = 1
	GtkMenu::vertical-padding = 1

	WnckTasklist::fade-overlay-rect = 0
	# The following line hints to gecko (and possibly other appliations)
	# that the entry should be drawn transparently on the canvas.
	# Without this, gecko will fill in the background of the entry.
	GtkEntry::honors-transparent-bg-hint = 1
	GtkEntry::state-hint = 0
	
	GtkEntry::progress-border = { 2, 2, 2, 2 }
	
	#GtkToolbar:: shadow-type = GTK_SHADOW_NONE
	GtkMenuBar:: shadow-type = GTK_SHADOW_NONE
	GtkMenuBar::window-dragging = 1

	GtkWidget::link-color = @link_color
	GtkIMHtml::hyperlink-color = @link_color
	GtkHTML::link-color = @link_color

	####################
	# Color Definitions
	####################
	fg[NORMAL]        = @fg_color
	fg[PRELIGHT]      = @fg_color
	fg[ACTIVE]        = @fg_color
	fg[SELECTED]      = @selected_fg_color
	fg[INSENSITIVE]   = darker (@bg_color)
	
	bg[NORMAL]        = @bg_color
	bg[PRELIGHT]      = shade (1.02, @bg_color)
	bg[ACTIVE]        = shade (0.8, @bg_color)
	bg[SELECTED]	  = @selected_bg_color
	bg[INSENSITIVE]   = @bg_color
	
	base[NORMAL]      = @base_color
	base[PRELIGHT]    = shade (0.95, @bg_color)
	base[ACTIVE]      = mix (0.7, @selected_bg_color, @bg_color)
	base[SELECTED]    = @selected_bg_color
	base[INSENSITIVE] = @bg_color

	text[NORMAL]      = @text_color
	text[PRELIGHT]    = @text_color
	text[ACTIVE]      = @selected_fg_color
	text[SELECTED]    = @selected_fg_color
	text[INSENSITIVE] = darker (@bg_color)

engine "murrine" 
	{
		animation           = TRUE  # FALSE = disabled, TRUE = enabled
		arrowstyle          = 1
		border_shades       = { 1.2, 1.0 } # gradient to draw on border
#		border_colors       = { "#E6DDD5", "#E6DDD5" } 
		colorize_scrollbar  = TRUE  # FALSE = disabled, TRUE = enabled
		comboboxstyle       = 0 # colorize the GtkComboBox below the arrow.
		contrast            = .85  # 0.8 for less contrast, more than 1.0 for more contrast on borders
		#focus_color         = @selected_bg_color
		glazestyle          = 4     # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
		glow_shade          = 1.1  # sets glow amount for buttons or widgets
		glowstyle           = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) 
		gradient_shades     = {1.1, 1.0, 1.0, 0.9} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     = 1.0   # set highlight amount for buttons or widgets
		lightborder_shade   = 1.1   # sets lightborder amount for buttons or widgets
		lightborderstyle    = 1     # 0 = lightborder on top side, 1 = lightborder on all sides
		listviewheaderstyle = 1     # 0 = flat, 1 = glassy, 2 = raised
		listviewstyle       = 2     # 0 = nothing, 1 = dotted 2 = solid
		menubaritemstyle    = 0     # 0 = menuitem look, 1 = button look
		menubarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
		menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
		menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
		prelight_shade      = .95 #to select the shade level used in the scrollbar's slider, GtkComboBox with comboboxstyle = 1 and in the prelight state with gradient_colors.
 		progressbarstyle    = 0     # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes 
		reliefstyle	    = 4     # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
		rgba		    = FALSE # FALSE = disabled, TRUE = enabled
		roundness           = 3     # 0 = squared, 1 = old default, more will increase roundness
		scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
		separatorstyle	    = 0
		shadow_shades 	    = { 0.8, 2.2 }
		sliderstyle         = 0     # 0 = nothing added, 1 = handles
		spinbuttonstyle     = 0
		stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with a rounded slider
		#textstyle 	    = 1
		trough_shades       = { 0.98, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar
		toolbarstyle	    = 0     # 0 = flat, 1 = glassy, 2 = gradient
	}
}

style "wide"
{
	xthickness = 2
	ythickness = 2
}

style "wider"
{
	xthickness = 3
	ythickness = 3
}

style "dark"
{
	fg[NORMAL]      	= "#e8e8e8"
	fg[PRELIGHT]   	 	= "#fff"
	fg[ACTIVE]      	= "#fff"
	fg[SELECTED]    	= "#fff"
	fg[INSENSITIVE] 	= "#666666"

	bg[NORMAL]		= "#333333"
	bg[PRELIGHT]    	= shade (.65, @selected_bg_color)
	bg[ACTIVE]		= shade(.55, @selected_bg_color)
	bg[SELECTED]    	= shade(0.9,@selected_bg_color)
	bg[INSENSITIVE]		= "#333333"

	base[NORMAL]		= @base_color
	base[PRELIGHT]		= shade (0.95, @bg_color)
	base[ACTIVE]		= shade (0.55, @bg_color)
	base[SELECTED]		= shade (1.0, @selected_bg_color)
	base[INSENSITIVE]	= @bg_color

	text[NORMAL]		= "#e2e2e2"
	text[PRELIGHT]		= @base_color
	text[ACTIVE]		= @base_color
	text[SELECTED]		= @base_color
	text[INSENSITIVE]	= mix (0.5, @bg_color, "#333333")
}

style "button" = "wider"
{	
	bg[NORMAL]   	= shade (1.10, @bg_color)
	bg[PRELIGHT] 	= mix(0.82,shade (1.1, @bg_color),@selected_bg_color)
	bg[ACTIVE]  	= shade (0.85, @bg_color)
	
	engine "murrine"
	{
		border_shades = { .8, .5} # draw a gradient on the border.
		border_colors = { @bg_color, @bg_color}
		contrast = 1.4
		lightborder_shade = 1.06
	}
}

style "entry" {
	xthickness = 3
	ythickness = 3

	bg[SELECTED] = mix (0.0, @selected_bg_color, @base_color)
	fg[SELECTED] = "#E8E8E8" 

	engine "murrine" {
		focus_color = shade (0.0, @selected_bg_color)
	}
}

style "toolbar-item" = "button"
{
	bg[NORMAL]   	= "#333333" 
	bg[PRELIGHT]	= "#6699cc" 
	bg[ACTIVE]   	= "#525252" 
	bg[SELECTED]  	= "#333333" 
	bg[INSENSITIVE]	= "#333333"  

	fg[NORMAL]      = "#ffffff"
	fg[PRELIGHT]   	= "#ffffff"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#ffffff"

	text[NORMAL]   	= "#ffffff" 
	text[PRELIGHT]	= "#ffffff" 
	text[ACTIVE]   	= "#ffffff" 
	text[SELECTED]  = "#ffffff" 
	text[INSENSITIVE]= "#ffffff" 


}

style "toolbar" = "toolbar-item"
{
    xthickness = 1
    ythickness = 1
    
engine "murrine"
	{
		gradient_shades = { 1.00, 0.94, 0.94, 0.85 }
		contrast = 1.15
    	}
}


style "toolbar-sep" = "toolbar-item"
{
    xthickness = 2
}

style "dark-toolbar" = "dark"
{	
	xthickness = 3
	ythickness = 3
  	
	bg[NORMAL] 	= "#333333"
	bg[PRELIGHT] 	=  shade (0.65, @selected_bg_color)
	bg[SELECTED]	=  shade (0.35, @bg_color)
	bg[ACTIVE] 	=  shade (0.35, @bg_color)
	bg[INSENSITIVE]	= "#ffffff"


	fg[NORMAL]      = "#ffffff"
	fg[PRELIGHT]   	= "#ffffff"
	fg[ACTIVE]      = "#ffffff"
	fg[SELECTED]    = "#ffffff"
	fg[INSENSITIVE] = "#ffffff"

	text[NORMAL]   	= "#ffffff" 
	text[PRELIGHT]	= "#ffffff" 
	text[ACTIVE]   	= "#ffffff" 
	text[SELECTED]  = "#ffffff" 
	text[INSENSITIVE]= "#ffffff" 



	engine "murrine"
	{
		border_shades = {1.3, 1.1} # draw a gradient on the border.
		border_colors = { "#333333", "#333333" }
		glowstyle = 4
		gradient_shades = {1.05,1.0,1.0,0.9} 
	    	highlight_shade = 1.1
	    	lightborder_shade   = 1.05
	    	reliefstyle = 0     # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow.
	    	contrast = 1.4
	}
}

style "dark-toolbar-sep" = "dark-toolbar"
 { xthickness = 2 }


style "pixmap-dark-toolbar" = "dark-toolbar"
{
	xthickness = 1
	ythickness = 1
	# To-do: make the toolbar recolorable, possibly without using pixmaps
	# We only like this because of the top line, anyway.
	engine "pixmap"{
		image {
	  		function 		= BOX
	  		file 			= "toolbar_o.png"
	  		border			= {1,1,1,1}
	  	}
	  	image
		{
		      	function		= HANDLE
		      	overlay_file		= "handlebox.png"
		      	overlay_stretch 	= FALSE
		      	orientation		= HORIZONTAL
    		}
    		image
		{
		      	function		= HANDLE
		      	overlay_file		= "handlebox.png"
		      	overlay_stretch 	= FALSE
		      	orientation		= VERTICAL
    		}
    		image
		{
		       	function        	= VLINE
		       	recolorable        	= TRUE
		       	file                	= "blank.png"
		}
		image
		{
		      	function            	= HLINE
		      	recolorable        	= TRUE
		      	file                	= "blank.png"
		}
	}
}

style "notebook" = "wider"
{
	bg[NORMAL] = shade (1.0615, @bg_color)	
	bg[ACTIVE] = shade (0.85, @bg_color)		

  	engine "murrine" 
  	{
		contrast = 1.0
    		lightborder_shade = 1.1
   		highlight_shade	= 1.01
  	}
}

style "panel" 
{
  	bg[NORMAL]	= "#333333"                        	# Default top/bottom panel background 
  	bg[NORMAL] 	= "#333333"
  	bg[PRELIGHT] 	= shade(1.0, @selected_bg_color)      	# panel prelight
  	bg[ACTIVE] 	= @selected_bg_color                   	# bottom panel active background
  	bg[SELECTED] 	= @selected_bg_color               	# Active window desktop lower panel background 
  	bg[INSENSITIVE] = shade(0.90, @selected_bg_color)  

  	fg[NORMAL] 	= @selected_fg_color                 	# Default text
  	fg[PRELIGHT] 	= @selected_fg_color               	# Prelight
  	fg[ACTIVE] 	= @selected_fg_color                 	# Bottom panel active text
  	fg[SELECTED]  	= @fg_color                       	# Bottom panel selected window

	engine "murrine"
	{
		border_shades = {1.2, 1.0} 			# draw a gradient on the border.
		border_colors = { "#333333", "#333333" }
	}
  	
}

style "terminal" 
{
text[NORMAL] = "#ffffff"
base[NORMAL] = "#000000"
TerminalScreen::background-darkness=0.75
}




style "panel" = "dark"
{
	xthickness = 0
	ythickness = 0

	bg_pixmap[NORMAL] = "panel_bg.png"
        
	engine "murrine" 
	{
		border_colors = {@fg_color, @fg_color}
		border_shades = { 1.4, 1.2 }
		contrast = 1.0   				# 0.8 for less contrast, more than 1.0 for more contrast on borders
		glow_shade = 1.2  				# sets glow amount for buttons or widgets
		lightborder_shade = 1.4  			# sets lightborder amount for buttons or widgets
		lightborderstyle = 1     			# 0 = lightborder on top side, 1 = lightborder on all sides
	}
}







style "murrine-PanelGtkMenubar" 
{
	bg[NORMAL] 	= "#333333"                 		# top desktop panel menu background color
	bg[SELECTED] 	= darker(@selected_bg_color)    	# selected item background
	fg[NORMAL] 	= @bg_color    		  		# default panel text !
	fg[PRELIGHT] 	= @base_color                		# text after dropdown menu

  	#font_name = "Bold"

  	engine "murrine"
  	{
    		contrast = 0.75
    		glazestyle = 3  
    		glow_shade = 1.5	
		glowstyle = 0  
    	}
}

widget "*clock-applet-button*" style "dark-toolbar"

style "menu" = "dark"
{
	xthickness = 0
	ythickness = 0

	#Keep it this dark since OOo likes it
	
	bg[NORMAL] 	= "#333333"
	text[NORMAL] 	= @bg_color
	text[PRELIGHT]	= @selected_fg_color
}

style "menu-item" = "dark"
{
	xthickness = 0
	ythickness = 3
	
	engine "murrine"
	{
		border_shades = { 1.0, .8} # draw a gradient on the border.
		border_colors = { "#795145", "#795145" } 
		glowstyle = 0
	    	gradient_shades = {1.1,1.0,1.0,0.7}
	    	highlight_shade = 1.0
	    	lightborder_shade   = 1.0
	    	roundness = 0
	}
}

style "separator-menu-item"
{
	GtkSeparatorMenuItem::horizontal-padding = 2
	GtkWidget::wide-separators = 1
	GtkWidget::separator-width = 1
	GtkWidget::separator-height = 2
	xthickness = 4
	ythickness = 0
	bg[NORMAL] = "#444"
}

# Based on the default style so that the colors from the button
# style are overriden again.
style "treeview-header" = "default"
{
	xthickness = 2
	ythickness = 1

	bg[NORMAL] = shade(0.9, @bg_color)
        bg[PRELIGHT] = shade(1.0, @bg_color)
        bg[ACTIVE] = shade(0.8, @bg_color)
    
        GtkWidget::focus-line-width = 0
}

style "tooltips"
{
	xthickness = 8
	ythickness = 5

	bg[NORMAL] 	= @tooltip_bg_color
	bg[SELECTED] 	= @selected_bg_color
	fg[NORMAL] 	= @tooltip_fg_color
}

style "progressbar"
{
	xthickness = 0
	ythickness = 0

	fg[PRELIGHT] = @selected_fg_color

}

style "pixmap-statusbar"
{
	ythickness = 3
	xthickness = 3

    	engine "pixmap"
    		{
		image
        	{
            		function 		= RESIZE_GRIP
            		recolorable 		= TRUE
            		detail 			= "statusbar"
            		overlay_file 		= "statusgrip.png"
            		overlay_border 		= {0,0,0,0}
            		overlay_stretch 	= TRUE
        	}
        	image
		{
	   		function		= SHADOW
	  		shadow			= IN
	  		file			= "blank.png"
		}
		image
		{
	   		function		= SHADOW
	   		shadow			= OUT
	   		file			= "blank.png"
		}
		image
		{
	   		function		= SHADOW
	   		shadow			= ETCHED_IN
	   		file			= "blank.png"	
		}
		image
		{
	   		function		= SHADOW
	  		shadow			= ETCHED_OUT
	   		file			= "blank.png"
		}
    }
}

style "comboboxentry" = "wider"
{
}

style "spinbutton"
{
}

style "scale"
{
	bg[PRELIGHT] = shade(0.9,@bg_color)
	engine "murrine"{
	    roundness = 2
	    contrast = 1.1
	    highlight_shade = 1.2
	    lightborder_shade   = 1.1
	    gradient_shades = {1.0,0.85,0.8,1.0}
	    reliefstyle = 2
	}
}

style "menubar" = "dark"
{
	# Static dark color so continuity doesn't break with toolbars
	# when color changes
	bg[NORMAL] = "#333333"
	text[NORMAL] = @bg_color               # Menubar text (OOo)              # Menubar text (OOo)
	
	engine "pixmap"
	{
		image 
		{
	  		function 		= BOX
	  		file 			= "menubar.png"
	  		#border 		= {1,1,1,1}
	  		stretch 		= TRUE
	  	}
	  	image 
		{
		      	function		= HANDLE
		      	overlay_file		= "handlebox.png"
		     	overlay_stretch 	= FALSE
		      	orientation		= HORIZONTAL
		}
        	image 
		{
		      	function			= HANDLE
		      	overlay_file		= "handlebox.png"
		      	overlay_stretch 	= FALSE
		      	orientation		= VERTICAL
		}
    }
}

style "frame"
{
}

style "frame-title" = "frame"
{
	fg[NORMAL] = lighter (@fg_color)
}

# SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
style "radiocheck"
{
	text[NORMAL]	= @selected_fg_color	# Color for selected checks/radio items.
	text[PRELIGHT]	= @selected_fg_color	# Color for selected checks/radio items on prelight.
	
	engine "murrine"
	{
	    	roundness = 2
	    	contrast = 1.03
	    	highlight_shade = 1.0
	    	lightborder_shade = 1.0
	    	gradient_shades = {1.1,1.0,1.0,0.9}
	    	reliefstyle = 2 
	}
}

style "scrollbar"
{
	engine "murrine"
	{
		border_shades		= { .5, .5} # draw a gradient on the border.
		border_colors       	= { "#ffffff", "#ffffff" } 
		glazestyle          	= 1     # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
		glow_shade          	= 10.1   # sets glow amount for buttons or widgets
		glowstyle           	= 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) 
		gradient_shades     	= {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
		highlight_shade     	= 1.1   # set highlight amount for buttons or widgets
		lightborder_shade   	= 1.3   # sets lightborder amount for buttons or widgets
		roundness 		= 8
	}

	bg[SELECTED] = "#6699cc"
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

style "nautilus-location"
{
	bg[NORMAL] = mix(0.60, @bg_color, @selected_bg_color)
}

#########################################
# Matches
#########################################

widget "ido-offscreen-scale" style "menubar"
widget "*IdoEntryMenuItem*" style "wide"

# default style is applied to every widget
class "GtkWidget"    style "default"

# Increase the x/ythickness in some widgets
class "GtkRange"     style "default"
class "GtkFrame"     style "frame"
class "GtkSeparator" style "wide"
class "GtkEntry"     style "entry"
class "GtkStatusbar" style "pixmap-statusbar"
class "GtkMenuBar"   style:highest "menubar"
class "GtkRadioButton"	style "radiocheck"	# SZ07: Added for the checkmarks/radio
class "GtkCheckButton"	style "radiocheck"	# SZ07: Added for the checkmarks/radio

# Toolbar default: dark
#class "*HandleBox" style "pixmap-dark-toolbar"
#class "GtkToolbar"   style "pixmap-dark-toolbar" 
#widget_class "*HandleBox" style "pixmap-dark-toolbar"
#widget_class "*<GtkToolbar>.*"   style "dark-toolbar"

# Toolbar default: light
class "*HandleBox" style "toolbar"
class "GtkToolbar"   style "toolbar" 
widget_class "*HandleBox" style "toolbar"
widget_class "*<GtkToolbar>.*"   style "toolbar-item"

#
# Toolbar exceptions:
# Browser-type and viewer-type applications get a dark toolbar.
# Everything below the toolbar for these apps are the content. This will make
# a separation on function (toolbar) and content (client area).
#

# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
style "text-is-fg-color-workaround"
{
	text[NORMAL]      = "#666666"
	text[PRELIGHT]    = "#666666"
	text[SELECTED]    = @selected_fg_color
	text[ACTIVE]      = @fg_color
	text[INSENSITIVE] = darker (@bg_color)
}
widget_class "*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround"

style "text-is-fg-color-workaround-dark"
{
	#Make it work with this theme!
	text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
	text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
}

#  Nautilus toolbar
widget_class "*Nautilus*Toolbar*" style "pixmap-dark-toolbar"
widget_class "*Nautilus*Tool*GtkButton" style "dark-toolbar"
widget_class "*Nautilus*Tool*.*.*" style "dark-toolbar"
widget_class "*Nautilus*Tool*GtkToggleButton" style "dark-toolbar"
widget_class "*Nautilus*Tool*Separator*" style "dark-toolbar-sep"
widget_class "*Nautilus*Tool*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround-dark"

# Evince/EOG
widget_class "*EggEditable*Toolbar*" style "pixmap-dark-toolbar"
widget_class "*EggEditable*Toolbar*.*.*.*" style "dark-toolbar"
widget_class "*EggEditable*Tool*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround-dark"

widget "*fullscreen-toolbar" style "pixmap-dark-toolbar"
widget "*fullscreen-toolbar.*" style "dark-toolbar"
widget "*fullscreen-toolbar*.GtkComboBox.GtkCellView"   style "text-is-fg-color-workaround-dark"

# Epiphany
widget_class "*EphyToolbar*" style "pixmap-dark-toolbar"
widget_class "*EphyToolbar*.*.*.*" style "dark-toolbar"
widget_class "*EphyTool*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround-dark"
 
# Brasero
widget_class "*rasero*Toolbar*"   style "pixmap-dark-toolbar" 
widget_class "*rasero*Toolbar*.*"   style "dark-toolbar" 
widget_class "*rasero*Toolbar*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround-dark"

#gThumb
widget_class "*Gth*Toolbar*"   style "pixmap-dark-toolbar" 
widget_class "*Gth*Toolbar*.*"   style "dark-toolbar" 
widget_class "*Gth*Toolbar*.<GtkComboBox>.<GtkCellView>"   style "text-is-fg-color-workaround-dark"
widget_class "*GthFull*"   style "pixmap-dark-toolbar" #Doesn't work

#Totem
widget "*totem*" style "dark"
style "totem-dark" 
{
	text[NORMAL] = mix (0.7,  '#ffffef', @fg_color)
	text[PRELIGHT] = mix (0.8,  '#ffffef', @fg_color)
	
	engine "murrine"
	{
		border_colors = { "#333333", "#333333" }
	}
}

widget "*tmw_main_pane.EvSidebar.*GtkComboBox.*"	style "totem-dark"
widget "*tmw_main_pane*GtkButton*"	style "totem-dark" #Doesn't work
widget "*tmw_main_pane*GtkToolButton"	style "totem-dark"
widget "*tmw_main_pane*GtkToggleButton"	style "totem-dark"

class "GtkSpinButton"  style "spinbutton"
class "GtkScale"       style "scale"
class "GtkVScale"      style "scale"
class "GtkHScale"      style "scale"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"  style "vscrollbar"
class "GtkHScrollbar"  style "hscrollbar"
class "GtkButton"      style "button"

# General matching following, the order is choosen so that the right styles override each other
# eg. progressbar needs to be more important then the menu match.

widget_class "*<GtkNotebook>*<GtkEventBox>"     style "notebook"
widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "notebook"
widget_class "*<GtkNotebook>*<GtkLayout>"       style "notebook"
widget_class "*<GtkNotebook>"    	       	style "notebook"

widget_class "*<GtkComboBoxEntry>*" 		style "comboboxentry"
widget_class "*<GtkCombo>*"         		style "comboboxentry"

widget_class "*<GtkMenuBar>.*"			style "menu-item"
widget_class "*<GtkMenu>*"              	style "menu"
widget_class "*<GtkMenuItem>"         		style "menu-item"
widget_class "*<GtkSeparatorMenuItem>*" 	style "separator-menu-item"
widget_class "*<GtkCheckMenuItem>*" 		style "radiocheck"
widget_class "*<GtkRadioMenuItem>*" 		style "radiocheck"

widget_class "*<GtkFrame>"  			style "frame"
widget_class "*.<GtkFrame>.<GtkLabel>" 		style "frame-title"

widget_class "*<GtkStatusbar>*"  		style "wider"
widget_class "*<GtkProgressBar>"       		style "progressbar"

# Treeview header
widget_class "*.<GtkTreeView>.<GtkButton>" 	style "treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"    	style "treeview-header"
widget_class "*.<GtkList>.<GtkButton>"     	style "treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"    	style "treeview-header"

#Panel
widget "*PanelWidget*" 				style "panel"
widget "*PanelApplet*" 				style "panel"
widget "*fast-user-switch*" 			style "panel" # Workaround for Fast User Switch applet
class "PanelApp*" 				style "panel"
class "PanelToplevel*" 				style "panel"

# The panel menubar
widget_class "*Panel*<GtkMenuBar>*"		style:highest "murrine-PanelGtkMenubar"

#XFCE panel
widget_class "*notif*"				style "panel"
widget_class "*Notif*"				style "panel"
widget_class "*Tray*"				style "panel"
widget_class "*tray*"				style "panel"
widget "*Xfce*Panel*"				style "panel"
class "*Xfce*Panel*"				style "panel"

#Fix textboxes on toolbars (memenu LP:#532843)
style "text-dark" = "default" 
{
	fg[NORMAL]      	= "#333333"
	fg[PRELIGHT]   	 	= "#333333"
	fg[ACTIVE]      	= "#333333"
	fg[SELECTED]    	= "#333333"
	fg[INSENSITIVE] 	= "#333333"

	bg[NORMAL]		= "#ffffff"
	bg[PRELIGHT]    	= "#333333"
	bg[ACTIVE]		= "#333333"
	bg[SELECTED]    	= "#333333"
	bg[INSENSITIVE]		= "#333333"

	base[NORMAL]		= "#555555"
	base[PRELIGHT]		= "#333333"
	base[ACTIVE]		= "#ffffff"
	base[SELECTED]		= "#ffffff"
	base[INSENSITIVE]	= "#ffffff"

	text[NORMAL]		= "#ffffff"
	text[PRELIGHT]		= "#ffffff"
	text[ACTIVE]		= "#ffffff"
	text[SELECTED]		= "#333333"
	text[INSENSITIVE]	= "#ffffff"
}

widget_class "*<GtkToolbar>*<GtkEntry>*" 	style "text-dark"
widget_class "*<GtkMenu>*<GtkEntry>*" 		style "text-dark"


widget "gtk-tooltip*" 				style "tooltips"

###################################################
# Special cases and work arounds
###################################################

# Nautilus sidebar
widget_class "*NautilusSidePane.GtkFrame"	style "pixmap-statusbar"

# Workarounds for Evolution
widget_class "*.ETable.ECanvas"    		style "treeview-header"
widget_class "*.ETree.ECanvas"    		style "treeview-header"

# Monodevelop uses an OptionPanel widget, which incidentally is dark in our theme.
# Undo it:
widget "*OptionPanel*"				style "button"
widget "*optionPanel*"				style "button"

# Special case the nautilus-extra-view-widget
# ToDo: A more generic approach for all applications that have a widget like this.
widget "*.nautilus-extra-view-widget" 		style : highest "nautilus-location"

style "menuitem-text-is-fg-color-workaround" 
{
	text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
	text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
}
widget "*.gtk-combobox-popup-menu.*"   style "menuitem-text-is-fg-color-workaround"

# Work around the usage of GtkLabel inside GtkListItems to display text.
# This breaks because the label is shown on a background that is based on the
# base color set.
style "fg-is-text-color-workaround"
{
	fg[NORMAL]      = @text_color
	fg[PRELIGHT]    = @text_color
	fg[ACTIVE]      = @selected_fg_color
	fg[SELECTED]    = @selected_fg_color
	fg[INSENSITIVE] = darker (@bg_color)
}
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
# The same problem also exists for GtkCList and GtkCTree
# Only match GtkCList and not the parent widgets, because that would also change the headers.
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"

style "evo-new-button-workaround" 
{
	engine "murrine"
	{
		toolbarstyle = 0
	}
}

widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo-new-button-workaround"

#Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
style "rhythmbox-header" = "default"
{
	xthickness = 3
	ythickness = 3
	engine "murrine" {
	}
}
widget "*RBSourceHeader*"	style:highest "rhythmbox-header"
widget "*HeaderToolbar*"	style:highest "rhythmbox-header"
widget "*FooterToolbar*"	style:highest "rhythmbox-header"

widget "*swt*toolbar*"	style "default"

# RSC: Fix for CPU frequency applet
style "applet-text" = "panel"
{
	fg[NORMAL] = @bg_color
}

widget_class "*CPUFreqApplet*" style:highest "applet-text"

# Firefox specific things:
#widget "MozillaGtkWidget*Menu*"	style "default"
widget "MozillaGtkWidget*Tool*"	style "toolbar-item"
class "TerminalScreen" style "terminal"




















# ==============================================================================
# FIREFOX SPECIFIC SETTINGS
# ==============================================================================

style	"ff-statusbar"
{
	xthickness	= 4
	ythickness	= 3
}

style "ff-tool" = "menubar"
{
	GtkToolbar:: shadow-type = GTK_SHADOW_NONE
}

widget	"MozillaGtkWidget*Toolbar*"		style	"ff-tool"
widget	"MozillaGtkWidget*Statusbar*"	style	"ff-statusbar"


# ------------------------------------------------------------------------------
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
# ------------------------------------------------------------------------------

# Top toolbars (and maybe others)
#widget	"MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar"	style	"theme-dark-toolbar"

# Findbar entry, gecko (all html) entry
#widget	"MozillaGtkWidget.GtkFixed.GtkEntry"	style	"theme-dark-entry"

# ALL buttons
#widget	"MozillaGtkWidget.GtkFixed.GtkButton"	style	"theme-dark-button"








gtk_color_scheme = "sidebar_color:#E8E8E8"	# Sidebar color

style "nautilus-window-base"
{
	bg[NORMAL]	= @base_color
}

style "nautilus-sidebar" {

	

	font_name 	                  	= "Regular"

	GtkTreeView::odd_row_color		= @sidebar_color
	GtkTreeView::even_row_color		= @sidebar_color

      # these make the padding from left window edge a little more sane
	GtkTreeView::horizontal_separator	= 15
      	xthickness				= 0
	ythickness				= 0
}

style "nautilus-sidebar-other" = "nautilus-sidebar"
{

	xthickness				= 0

	bg[NORMAL]				= @sidebar_color

}

style "nautilus-view"
{
	xthickness		= 0
	ythickness		= 0
}

style "nautilus-handle"
{
	GtkPaned::handle-size         = 2
	
	engine "pixmap"
	{
		image # for the thin gray line separating the sidepane and viewpane
		{
		    function	= HANDLE
		    recolorable	= TRUE
		    file		= "Apps/nautilus/handle.png"
		    stretch		= TRUE
		    border 		= { 0, 0, 0, 0 }
		}
	}
}

style "nautilus-extra-view"
{

	xthickness		= 0
	ythickness		= 0

	bg[NORMAL] = "#ffffff"

	

}

style "nautilus-statusbar"
{
	xthickness	= 4

	bg[NORMAL]	= @base_color
	bg[PRELIGHT]	= shade (1.16, mix (0.1, @bg_color, @selected_bg_color))
	bg[SELECTED]	= "#6699CC"

	base[SELECTED]	= shade (0.8, @selected_bg_color)


	
}

style "nautilus-notebook" 
{

	xthickness		= 0
	ythickness		= 0

	engine "murrine"
	{
		roundness	= 0
		contrast	= 0.3
	}
}

style "nautilus-scale"
{
	ythickness = 0

	GtkRange		::trough-border				= 0
	

}


style "nautilus-mode-button"
{
	bg[NORMAL]	= shade (1.15, @bg_color)
	bg[PRELIGHT]	= shade (1.22, @selected_bg_color)
	bg[SELECTED]	= shade (0.85, @bg_color)

	engine "murrine" {
		gradient_shades     = {1.15,1.05,1.04,0.9}
	}

}

style "nautilus-toolbar" 
{
	bg[NORMAL]      = "#333333"
	bg[INSENSITIVE]	= "#555555"  




	
}

style "nautilus-menubar" = "murrine-menubar"
{
	GtkMenuBar:: shadow-type = GTK_SHADOW_NONE
}

widget_class	"*Nautilus*Window*"		style "nautilus-window-base"
widget		"*Nautilus*Splitter"		style "nautilus-handle"
widget_class	"*Nautilus*View*"		style "nautilus-view"
widget_class	"*Nautilus*Places*Sidebar*"	style "nautilus-sidebar"
widget_class	"*Nautilus*Statusbar*"		style "nautilus-statusbar"
widget_class	"*Nautilus*Scale*"		style "nautilus-scale"

widget_class	"*Nautilus*Toolbar*"		style "nautilus-toolbar"
widget_class	"*Nautilus*Toolbar*Button"	style "equinox-button"
widget_class	"*Nautilus*Menu*"		style "murrine-menu"
widget_class	"*Nautilus*MenuBar*"		style "nautilus-menubar"
widget_class	"*Nautilus*Notebook"		style "nautilus-notebook"

widget		"*GtkModeButton*"		style "nautilus-mode-button"


widget_class "*Nautilus*EmblemSidebar*"		style "nautilus-sidebar-other"
widget_class "*Nautilus*Side*Tree*"		style "nautilus-sidebar-other"
widget_class "*Nautilus*Notes*"			style "nautilus-sidebar-other"
widget_class "*Nautilus*History*"		style "nautilus-sidebar-other"
widget_class "*Nautilus*Information*"		style "nautilus-sidebar-other"

widget "*.nautilus-extra-view-widget" 		style : highest "nautilus-extra-view"

#widget_class "*Nautilus*Paned*" # FIXME: Create a style













vorrei impostare un colore delle scrollbar come quello di ambiance
http://pablomoreno77.blogspot.com&nbsp; ----- Ubuntu User number is # 26652
Il passato è un'illusione. Devi imparare a vivere nel presente ed accettarti per quello che sei ora. Quello che ti manca in flessibilità e in agilità devi acquisirlo con la conoscenza e la pratica costante. (Bruce Lee) -
Avatar utente
pav_87
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 469
Iscrizione: giovedì 18 ottobre 2007, 9:13

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da pav_87 »

un'informazione: ho fatto un htpc/muletto,e visto che lo utilizzo collegato ad un 32",per facilitare l'uso alla mia consorte,ho optato per suddividere le cartelle principali,i preferiti ecc sullo sfondo della scrivania. l'unico bagolo è la posizione delle cartelle/lanciatori! non sono completamente"mobili",ma si assestano come su una griglia!e qundi,anche se si tratta di pochi millimetri,non riesco a dare armonia al tutto!come posso fare?ah,poi c'è un modo per poi bloccarne la posizione?
Avatar utente
Jaguaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 febbraio 2010, 10:25
Località: Prealpi
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Jaguaro »

pablomoreno ha scritto:
vorrei impostare un colore delle scrollbar come quello di ambiance

Codice: Seleziona tutto

style "scrollbar"
{
    engine "murrine"
    {
        border_shades        = { .5, .5} # draw a gradient on the border.
        border_colors           = { "#ffffff", "#ffffff" } 
        glazestyle              = 1     # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
        glow_shade              = 10.1   # sets glow amount for buttons or widgets
        glowstyle               = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) 
        gradient_shades         = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
        highlight_shade         = 1.1   # set highlight amount for buttons or widgets
        lightborder_shade       = 1.3   # sets lightborder amount for buttons or widgets
        roundness         = 8
    }

    bg[SELECTED] = "#XXXYYY"
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

modifica qui in questa linea della parte che tratta la scroll, il codice colore e metti quello che vuoi, dovrebbe andare.

bg[SELECTED] = "#XXXYYY"



J.
Ultima modifica di Jaguaro il venerdì 29 ottobre 2010, 13:12, modificato 1 volta in totale.
http://mountaincafe.altervista.org/ ---- www.verticalmente.net

Fin al quaranta de masc bisogna minga mùla i strasc...:-D
gemini.93
Prode Principiante
Messaggi: 247
Iscrizione: giovedì 8 aprile 2010, 0:05
Località: Italia

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da gemini.93 »

vi prego di nn trucidarmi...è la prima volta che mi metto a smanettare...
.::NON C'E' PEGGIOR BASTARDO::.
   .::DEL BUONO INCAZZATO::.
        .::Andrea Annunziata::.
Avatar utente
pablomoreno
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1282
Iscrizione: domenica 1 giugno 2008, 14:45
Desktop: Gnome
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da pablomoreno »

Jaguaro ha scritto:
pablomoreno ha scritto:
vorrei impostare un colore delle scrollbar come quello di ambiance

Codice: Seleziona tutto

style "scrollbar"
{
    engine "murrine"
    {
        border_shades        = { .5, .5} # draw a gradient on the border.
        border_colors           = { "#ffffff", "#ffffff" } 
        glazestyle              = 1     # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
        glow_shade              = 10.1   # sets glow amount for buttons or widgets
        glowstyle               = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) 
        gradient_shades         = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
        highlight_shade         = 1.1   # set highlight amount for buttons or widgets
        lightborder_shade       = 1.3   # sets lightborder amount for buttons or widgets
        roundness         = 8
    }

    bg[SELECTED] = "#XXXYYY"
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

modifica qui in questa linea della parte che tratta la scroll, il codice colore e metti quello che vuoi, dovrebbe andare.

bg[SELECTED] = "#XXXYYY"



J.
chiedo scusa per la mia ignoranza, ma dovrei cambiare in questo modo solo la parte in cui ho messo a mo' di esempio
bg[SELECTED] = "#FFFFFF":

Codice: Seleziona tutto

style "scrollbar"
{
    engine "murrine"
    {
        border_shades        = { .5, .5} # draw a gradient on the border.
        border_colors           = { "#ffffff", "#ffffff" } 
        glazestyle              = 1     # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
        glow_shade              = 10.1   # sets glow amount for buttons or widgets
        glowstyle               = 0     # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) 
        gradient_shades         = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1}
        highlight_shade         = 1.1   # set highlight amount for buttons or widgets
        lightborder_shade       = 1.3   # sets lightborder amount for buttons or widgets
        roundness         = 8
    }

    bg[SELECTED] = "#FFFFFF"
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}
Ultima modifica di pablomoreno il venerdì 29 ottobre 2010, 16:27, modificato 1 volta in totale.
http://pablomoreno77.blogspot.com&nbsp; ----- Ubuntu User number is # 26652
Il passato è un'illusione. Devi imparare a vivere nel presente ed accettarti per quello che sei ora. Quello che ti manca in flessibilità e in agilità devi acquisirlo con la conoscenza e la pratica costante. (Bruce Lee) -
deegan
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2639
Iscrizione: lunedì 28 aprile 2008, 12:42
Distribuzione: Ubuntu 20.04
Sesso: Maschile
Località: Varese

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da deegan »

Qualche modifica a Maverick.  ;)

Immagine

Uploaded with ImageShack.us
Ultima modifica di deegan il venerdì 29 ottobre 2010, 20:23, modificato 1 volta in totale.
MB* ASUS TUF Gaming Z690 SV* EVGA RTX 3080 Ti CPU* i7-12700K
RAM* Vengeance RGB PRO 32GB 3600MHz SSD* Samsung 980 PRO 2TB
Avatar utente
Eldar II
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 359
Iscrizione: venerdì 26 ottobre 2007, 10:45

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Eldar II »

gemini.93
vi prego di nn trucidarmi...è la prima volta che mi metto a smanettare...]vi prego di nn trucidarmi...è la prima volta che mi metto a smanettare...
Nessuno ti trucida...però il logo di win mi pare eccessivo no?!  (rotfl)
Ultima modifica di Eldar II il venerdì 29 ottobre 2010, 20:37, modificato 1 volta in totale.
ero niubbo, sono niubbo, resto niubbo.
(un grande grazie a l3on4rdo per l'avatar)
Avatar utente
ventiseiad
Prode Principiante
Messaggi: 128
Iscrizione: domenica 14 settembre 2008, 15:02
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da ventiseiad »

pav_87 ha scritto: un'informazione: ho fatto un htpc/muletto,e visto che lo utilizzo collegato ad un 32",per facilitare l'uso alla mia consorte,ho optato per suddividere le cartelle principali,i preferiti ecc sullo sfondo della scrivania. l'unico bagolo è la posizione delle cartelle/lanciatori! non sono completamente"mobili",ma si assestano come su una griglia!e qundi,anche se si tratta di pochi millimetri,non riesco a dare armonia al tutto!come posso fare?ah,poi c'è un modo per poi bloccarne la posizione?
clicca col tasto dx sulla scrivania e spunta "mantieni allineate", poi sposta come vuoi... comunque credo che tu abbia sbagliato discussione  ;)
Avatar utente
david95
Prode Principiante
Messaggi: 21
Iscrizione: mercoledì 13 ottobre 2010, 21:23
Località: Venezia

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da david95 »

Eccovi il mio.
[img width=750 height=600]http://img227.imageshack.us/img227/6726/myubuntu.jpg[/img]
Avatar utente
Jaguaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 febbraio 2010, 10:25
Località: Prealpi
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Jaguaro »

pablomoreno ha scritto:

chiedo scusa per la mia ignoranza, ma dovrei cambiare in questo modo solo la parte in cui ho messo a mo' di esempio


   bg[SELECTED] = "#FFFFFF"
Si,

lo ho appena fatto pure io sul tuo gtkrc postato.

Fai una cosa, per evitare che pasticci, prendi la tua cartellina di quando hai scaricato il tema, ovviamente non quella compressa, la copi e la rinomini, (per esempio : cartella prova).

Ora, in quella cartella troverai il gtkrc (di sicuro) nella cartella GTK-2.0 ... probabilmente il metacity, e magari qualche cartella contenente le immagini in png, ma anche no.
Apri in Gedit il gtkrc e fai la modifica a quella determinata stringa che ti ho segnalato nel precedente post, indicandoti la sezione dove la trovi, inserisci il codice del colore che desideri per la barra scroll; poi salva.

Comprimi la cartella  - cartella prova  (tar bz2) - dopodichè installa nelle preferenze aspetto, normalmente, il tuo tema che si chiamerà cartella prova. Vedrai che la scrollbar sarà del colore che avevi assegnato.

In alternativa puoi fare queste modifiche direttamente (in questo caso) da gnome color chooser, senza intaccare direttamente il gtkrc del tema.


ciao

J.
Ultima modifica di Jaguaro il venerdì 29 ottobre 2010, 23:19, modificato 1 volta in totale.
http://mountaincafe.altervista.org/ ---- www.verticalmente.net

Fin al quaranta de masc bisogna minga mùla i strasc...:-D
Avatar utente
Jaguaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 febbraio 2010, 10:25
Località: Prealpi
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Jaguaro »

doppio post, chiedo scusa
http://mountaincafe.altervista.org/ ---- www.verticalmente.net

Fin al quaranta de masc bisogna minga mùla i strasc...:-D
Avatar utente
MrMars
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1860
Iscrizione: giovedì 29 ottobre 2009, 14:15
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da MrMars »

Immagine

Gnome-shell con tema trasparente... non immaginate la fatica ;D
Avatar utente
fez vrasta
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1707
Iscrizione: lunedì 17 novembre 2008, 21:55
Desktop: scrivania eh.. di vetro.
Località: Milano

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da fez vrasta »

mica male la spiga spennacchiata  (rotfl)

bello quel tema
Avatar utente
luchicè
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 587
Iscrizione: sabato 4 aprile 2009, 17:24
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da luchicè »

Immagine

Uploaded with ImageShack.us
apicosco.wordpress.com
Avatar utente
sixx
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 2689
Iscrizione: mercoledì 12 dicembre 2007, 22:09
Desktop: Gnome 3
Distribuzione: Ubuntu 12.04 i686
Località: Empoli

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da sixx »

alecive ha scritto: Buondì!

Ho rilasciato la versione 1.4.5 delle awoken.. non la metto ancora nel ppa perchè vorrei avere prima un feedback!

Su DA è presente il classico download, mentre qui c'è il link per il deb: http://dl.dropbox.com/u/8029324/awoken- ... d5_all.deb

Tra le altre ci sono due principali novità:
  • s11 folders
  • possibilità di usare lo script (quello "ufficiale") per modificare le altre opzioni (che utlimamente era necessario chiamare con lo script veccio style) - cioè usare lo script per cambiare le icone di emesene, la cpufrequencyapplet, pidgin, wicd, e così via
Ditemi se e come vi funzionano (soprattutto il secondo)!!

PS: per la 1.5 ho in progetto di aggiungere altri 6 tipi di folders, per poter contemplare anche delle cartelle scure (ed iniziare a migrare verso la versione dark!)
Provate, ganzo lo script, solo che nello scegliere il colore per le s11, non ha funzionato, avevo scelto verde, ma le ho grigie.

Da DA.
Non uso Ubuntu per la sua filosofia LOL, ma perchè mi diverte di più. Non se ne può più di "Guarda che open non vuol dire gratis, winzozz è closed e la mela è chiusa...ecc..." Basta. Moderate le rosicate :D
L'essere umano? il gradino più basso dell'umanità, si può osservare tutti i giorni.
Avatar utente
Jaguaro
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 299
Iscrizione: martedì 9 febbraio 2010, 10:25
Località: Prealpi
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da Jaguaro »

luchicè ha scritto: Immagine

Uploaded with ImageShack.us
bello pulito, che bei colori.

"Per armonizzarlo" potresti rendere maggiormente trasparente la barra (AWN?) come la decorazione delle finestre, togliere il bordino nero e mettere come indicatore delle icone di awn uno dei pulsanti delle finestre.

ciao

J.
Ultima modifica di Jaguaro il sabato 30 ottobre 2010, 11:55, modificato 1 volta in totale.
http://mountaincafe.altervista.org/ ---- www.verticalmente.net

Fin al quaranta de masc bisogna minga mùla i strasc...:-D
Avatar utente
WolfLight
Prode Principiante
Messaggi: 62
Iscrizione: lunedì 6 settembre 2010, 13:37
Località: Torino

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da WolfLight »

vi segnalo un sito con sfondi stupendi: http://desk08.customize.org/exhibition/5
Avatar utente
alecive
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1886
Iscrizione: venerdì 12 dicembre 2008, 14:09
Desktop: gnome-shell o unity
Distribuzione: Ubuntu 12.04
Località: Sestri Levante
Contatti:

Re: [Desktop] I vostri desktop (4): lo spam sara` sanzionato ...

Messaggio da alecive »

sixx ha scritto:
alecive ha scritto: Buondì!

Ho rilasciato la versione 1.4.5 delle awoken.. non la metto ancora nel ppa perchè vorrei avere prima un feedback!

Su DA è presente il classico download, mentre qui c'è il link per il deb: http://dl.dropbox.com/u/8029324/awoken- ... d5_all.deb

Tra le altre ci sono due principali novità:
  • s11 folders
  • possibilità di usare lo script (quello "ufficiale") per modificare le altre opzioni (che utlimamente era necessario chiamare con lo script veccio style) - cioè usare lo script per cambiare le icone di emesene, la cpufrequencyapplet, pidgin, wicd, e così via
Ditemi se e come vi funzionano (soprattutto il secondo)!!

PS: per la 1.5 ho in progetto di aggiungere altri 6 tipi di folders, per poter contemplare anche delle cartelle scure (ed iniziare a migrare verso la versione dark!)
Provate, ganzo lo script, solo che nello scegliere il colore per le s11, non ha funzionato, avevo scelto verde, ma le ho grigie.

Da DA.
Non è che mi invii in pm il risultato del terminale?
La follia è come la gravità. Basta una piccola spinta.                              AwOken Iconset - Rilasciata la  2.4!! (c'è anche il ppa [lucid-maverick-natty-oneiric-precise]!)
Chiusa

Ritorna a “Bar Ubuntu”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 6 ospiti