-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I use Arch Linux, gajim 0.13.4 murrine gtk-engine[1] and murreza[2] gtk
theme. I have some problems with gajim icon in tray, but for example
pidgin doesn't have this troubles. Please tell me, how i can fix this
issue: http://img696.imageshack.us/img696/7192/trayu.png i attached
Murreza Silver theme files.

[1] http://www.cimitan.com/murrine/
[2] http://gnome-look.org/content/show.php/Murreza?content=93558

- -- 
Best regards,
Dmitry Korzhevin
Tel: +38 (039) 295-0000
Office Phone: +38 (044) 383-14-12
E-mail: dkorzhe...@lsupport.net
Jabber ID: dkorzhe...@lsupport.net
Skype: dkorzhevin
URL: http://lsupport.net
Linux Support LLC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMMIOTAAoJEGuRMpfwJUbRUnEH/0Jbnr3zEPe7HlKY3UO9svfg
kh4YjdM6RL77Oid0kRrIlK7ugp7FKXUFxh7QzNRjPi7XArS2F0Bq6wkYNKtd6YtZ
gNigppy46F/gE+vbPant0CLGt1CwmgNXrJqjbgfamc9sLInI28kP5HxO+ySkO18M
7MPiT4Ik1oiB6pOxwrJ0WghF+Y1erH4fGjwjtsns5wCoyMB/LpohJvy8IfNKsvzT
eKN6ZIa5EEOXVF4/afePwY5pLfXVHXF9zdmEYD+zxChN6hECH/lUR7lShqAp7Lac
JnY2SRhlIIVnWz0nqH0O6VWW+ljLuBO1KYmx4BNH+JF0TIy63tIaQn+MhynX6v8=
=oDZM
-----END PGP SIGNATURE-----
# Murreza 1.0, last updated 01/20/09.
# Requires: Murrine engine (0.90.3+).

# 0.1: Intial upload.
# 0.2: Removed the Nocturnal sub-theme, changed some colors (scrollbars and 
buttons), and added an alternative version without the Rezlooks engine.
# 0.3: Removed Rezlooks dependency (alternative version became main version).
# 0.4: Updated some depreciated syntax.
# 0.5: Cleaned up the code and enabled gradients for buttons.
# 0.6: Added some comments, cleaned up the code some more, and enabled stripes 
in the menubar by default.
# 0.7: Tweaked some settings and added a file to theme the XFCE panel to better 
match Murreza. (3rd screenshot)
# 0.8: Changed the color of the panel (lighter), and added support for gnome's 
panel (can't test this).
# 0.9: Added an alternative color scheme that's easier on the eyes.
# 1.0: Tweaked a few settings, removed space from folder names, and made it 
compatible with latest Murrine GIT.

include "panel.rc"
style "theme-default"
{
 GtkPaned    ::handle_size      = 6
 GtkTreeView ::expander_size    = 14
 GtkRange    ::slider-width     = 12
 GtkMenuBar  ::internal-padding = 0

 xthickness = 3
 ythickness = 3

 fg[NORMAL]        = "#222222"
 fg[PRELIGHT]      = "#222222"
 fg[SELECTED]      = "#FFFFFF"
 fg[ACTIVE]        = "#505050"
 fg[INSENSITIVE]   = "#B5B3AC"

 bg[NORMAL]        = "#EEEEEE"
 bg[PRELIGHT]      = "#EEEEEE"
 bg[SELECTED]      = "#343736"
 bg[ACTIVE]        = "#F5F5F5"
 bg[INSENSITIVE]   = "#EFEFEF"

 base[NORMAL]      = "#FFFFFF"
 base[PRELIGHT]    = "#595F5D"
 base[SELECTED]    = "#343736"
 base[ACTIVE]      = "#4D5150"
 base[INSENSITIVE] = "#E8E8E8"

 text[NORMAL]      = "#505050"
 text[PRELIGHT]    = "#505050"
 text[SELECTED]    = "#FFFFFF"
 text[ACTIVE]      = "#FFFFFF"
 text[INSENSITIVE] = "#B5B5B5"

 engine "murrine"
 {
  animation            = FALSE
  rgba                 = FALSE
  gradient_shades      = {1.03,1.0,1.0,0.985}
  contrast             = .55
  scrollbarstyle       = 2 # 0 to get rid of the handles. (2 default)
  sliderstyle          = 0
  stepperstyle         = 1
  glazestyle           = 0
  reliefstyle          = 2
  toolbarstyle         = 2
  progressbarstyle     = 0 # 1 to add stripes. (0 default)
  roundness            = 0
  highlight_shade      = 1.00
  lightborder_shade    = 1.85
  lightborderstyle     = 1
  menuitemstyle        = 0 # 1 if you want borders around menu items. (0 
default)
  menubarstyle         = 2 # 3 if you want stripes. (2 default)
  menubaritemstyle     = 0
  listviewstyle        = 1 # 0 to turn off the dots. (1 default)
  listviewheaderstyle  = 1
 }
}

style "theme-button" = "theme-default"
{
 bg[NORMAL]      = "#E6E6E6"
 bg[PRELIGHT]    = "#E6E6E6"
 bg[ACTIVE]      = "#E6E6E6"
 bg[SELECTED]    = "#E6E6E6"
 bg[INSENSITIVE] = "#E6E6E6"
}

style "theme-menu" = "theme-default"
{
 xthickness = 2
 ythickness = 1
}

style "theme-menu-item" = "theme-default"
{
 ythickness     = 3
 fg[NORMAL]     = "#505050"
 fg[PRELIGHT]   = "#FFFFFF"
 text[PRELIGHT] = "#FFFFFF"
}

style "theme-menubar" = "theme-default"
{
 bg[NORMAL] = "#505050"
 fg[NORMAL] = "#FFFFFF"
}

style "theme-menubar-item" = "theme-default"
{
 ythickness   = 4
 fg[NORMAL]   = "#FFFFFF"
 fg[PRELIGHT] = "#FFFFFF"
}

style "theme-progressbar" = "theme-default"
{
 xthickness = 0
 ythickness = 0
 bg[SELECTED] = "#505050"
 fg[PRELIGHT] = "#FFFFFF"
}

style "theme-scrollbar"
{
 bg[SELECTED] = "#E6E6E6"
 GtkRange ::trough-border = 3
 engine "murrine" {
  highlight_shade = 1.03
 }
}

class "GtkWidget"      style "theme-default"
class "GtkButton"      style "theme-button"
class "GtkScale"       style "theme-button"
class "GtkCombo"       style "theme-button"
class "GtkNotebook"    style "theme-button"
class "GtkMenu"        style "theme-menu"
class "GtkMenuItem"    style "theme-menu-item"
class "GtkProgressBar" style "theme-progressbar"
class "GtkScrollbar"   style "theme-scrollbar"
class "*MenuBar*"      style "theme-menubar"

widget_class "*MenuItem.*" style "theme-menu-item"
widget_class "*MenuBar.*"  style "theme-menubar-item"
style "theme-panel"
{
 bg[SELECTED]      = "#3B3B3B"
 bg[NORMAL]        = "#3B3B3B"
 bg[PRELIGHT]      = "#404040"
 bg[ACTIVE]        = "#373737"
 bg[INSENSITIVE]   = "#343434"

 fg[NORMAL]        = "#E0E0E0"
 fg[PRELIGHT]      = "#FFFFFF"
 fg[SELECTED]      = "#A1A1A1"
 fg[ACTIVE]        = "#A1A1A1"
 fg[INSENSITIVE]   = "#343434"
}

widget "*PanelWidget*"            style "theme-panel"
widget "*PanelApplet*"            style "theme-panel"
widget "*fast-user-switch*"       style "theme-panel"
widget "*CPUFreq*Applet*"         style "theme-panel"
widget "*indicator-applet*"       style "theme-panel"
class "PanelApp*"                 style "theme-panel"
class "PanelToplevel*"            style "theme-panel"
widget_class "*PanelToplevel*"    style "theme-panel"
widget_class "*Mail*"             style "theme-panel"
class "*Panel*"                   style "theme-panel"
widget_class "*notif*"            style "theme-panel"
widget_class "*Notif*"            style "theme-panel"
widget_class "*Tray*"             style "theme-panel" 
widget_class "*tray*"             style "theme-panel"
widget_class "*computertemp*"     style "theme-panel"
widget_class "*Applet*Tomboy*"    style "theme-panel"
widget_class "*Applet*Netstatus*" style "theme-panel"

widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*"  style "theme-panel"

<<attachment: dkorzhevin.vcf>>

_______________________________________________
Gajim-devel mailing list
Gajim-devel@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/gajim-devel

Reply via email to