[ubuntu-art] Kin Dust

Anton Kerezov ankere at gmail.com
Mon Sep 1 15:41:10 BST 2008


В 09:44 -0400 на 01.09.2008 (пн), Ken Vermette написа:

> Right now I'm fighting with panels. There are two problems with them;
>  - The buttons on the panels are beige, instead of blending in with
> the panels.
>  - The Applications-Places-System use the wrong background, they
> should look like the rest of the panel.
> 
> Everything can be downloaded at the WIki now. The GTK itself is a bit
> of a piece-together, so I apologize for how messy it is.
> 
> https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/Kin%20Dust
> Thanks for any help!

About the second one - I'm having problems with this too and right now
it is impossible to solve it.

About the buttons : see the attachment. I just used the old code from
New Wave when it was based on clearlooks. 

Anton
-------------- next part --------------
style "fix"
{
xthickness = 0
ythickness = 0
bg_pixmap[NORMAL] = "shadows/window-bg.png"
}

class "*Panel*" style "fix"

style "panel"
{
	
	xthickness = 1
	ythickness = 1

	fg[NORMAL] = mix(0.70, lighter(@selected_bg_color), @bg_color)
	fg[PRELIGHT] = lighter(mix(0.90, lighter(@selected_bg_color), @bg_color))
	fg[ACTIVE] = lighter(mix(0.50, lighter(@selected_bg_color), @bg_color))
	
  	
	bg[NORMAL] = "#432E1F" 
	bg[PRELIGHT] = shade(2.0, "#432E1F") 
	bg[ACTIVE] = shade(1.5, "#432E1F")
	bg[SELECTED] = shade(2.0,"#432E1F")
	

  	bg_pixmap[NORMAL] = "panel/panel_bg.svg"	
  	
}

#############################################################
#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE
#############################################################

widget "*PanelWidget*" 					style "panel"
widget "*PanelApplet*" 					style "panel"
widget "*fast-user-switch*"				style "panel"
class "PanelApp*" 					style "panel"
class "PanelToplevel*" 					style "panel"
widget_class "*Mail*" 					style "panel"
widget_class "*notif*" 					style "panel"
widget_class "*Notif*" 					style "panel"
# @author:dilomo@ cpu-frequency applet was with dark text. Fix it. 
widget_class "*FreqApplet*"				style "panel"


More information about the ubuntu-art mailing list