Results 1 to 3 of 3

Thread: nedd little help here

  1. #1
    Join Date
    Oct 2008
    Beans
    345

    nedd little help here

    Could someone help me find out what needs to be changed to correct this little overlap. I have attached image and gtkrc i am tinkering with .
    Screenshot at the bottom, sorry !


    ### elementary GTK by Daniel Fore <Daniel.P.Fore@gmail.com> ###
    ### compact revision by Andrea Calabrò <mastropino@gmail.com> ###

    gtk_color_scheme = "base_color:#F7F9FA\nfg_color:#000000\ntooltip_fg_ color:#000000\nselected_bg_color:#A9B7C4\nselected _fg_color:#ffffff\ntext_color:#000000\nbg_color:#D 6D6D6\ntooltip_bg_color:#f2f2f2"

    # icon sizes
    gtk-icon-sizes = "panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32"

    # Panel customization
    #include "panel.rc"

    style "murrine-default"
    {

    GtkButton ::child-displacement-x = 1
    GtkButton ::child-displacement-y = 1
    GtkButton ::default-border = { 0, 0, 0, 0 }
    GtkCheckButton ::indicator-size = 12

    GtkPaned ::handle-size = 4

    GtkRange ::trough-border = 1
    GtkRange ::slider-width = 10
    GtkRange ::stepper-size = 12

    GtkScale ::slider-length = 12
    GtkScale ::slider-width = 10
    GtkScale ::trough-side-details = 1
    GtkScrollbar ::min-slider-length = 30
    GtkScrollbar ::has_secondary_backward_stepper = 1
    GtkScrollbar ::has_secondary_forward_stepper = 0
    GtkScrolledWindow ::scrollbar-spacing = 0
    GtkScrolledWindow ::scrollbars-within-bevel = 1

    GtkMenuBar ::internal-padding = 0
    GtkExpander ::expander-size = 14
    GtkToolbar ::internal-padding = 1
    GtkTreeView ::expander-size = 11
    GtkTreeView ::vertical-separator = 0

    GtkMenu ::horizontal-padding = 0
    GtkMenu ::vertical-padding = 0

    GtkButtonBox ::child_min_width = 0
    GtkButtonBox ::child_min_heigth = 0
    GtkButtonBox ::child_internal_pad_x = 0
    GtkButtonBox ::child_internal_pad_y = 0

    GtkProgressBar ::min-horizontal-bar-height = 15
    GtkProgressBar ::min-horizontal-bar-width = 70
    GtkProgressBar ::min-vertical-bar-height = 50
    GtkProgressBar ::min-vertical-bar-width = 13

    GtkWidget ::focus_padding = 0
    GtkToolbar ::space-size = 10

    # Glow the tasklist by changing the color, instead of overlaying it with a rectangle
    #WnckTasklist ::fade-overlay-rect = 0

    xthickness = 1
    ythickness = 1


    fg[NORMAL] = @fg_color
    fg[PRELIGHT] = @fg_color
    fg[SELECTED] = @selected_fg_color
    fg[ACTIVE] = @fg_color
    fg[INSENSITIVE] = darker (@bg_color)

    bg[NORMAL] = @bg_color
    bg[PRELIGHT] = shade (1.02, @bg_color)
    bg[SELECTED] = @selected_bg_color
    bg[INSENSITIVE] = @bg_color
    bg[ACTIVE] = shade (1.04, @bg_color)

    base[NORMAL] = @base_color
    base[PRELIGHT] = shade (0.95, @bg_color)
    base[ACTIVE] = shade (0.92, @selected_bg_color)
    base[SELECTED] = shade (0.93, @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
    colorize_scrollbar = TRUE
    contrast = 1.1 # 0.8 for less contrast, more than 1.0 for more contrast on borders
    glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
    gradient_shades = {1.15,1.05,1.04,0.9} # default: {1.1,1.0,1.0,1.1}
    gradients = TRUE # FALSE = disabled, TRUE = enabled
    glowstyle = 4
    highlight_shade = 1.0 # set highlight amount for buttons or widgets
    lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets
    lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
    listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
    listviewstyle = 1 # 0 = nothing, 1 = dotted
    menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
    menubarstyle = 2 # 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
    reliefstyle = 2 # 0 = flat, 1 = inset, 2 = 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
    sliderstyle = 0 # 0 = nothing added, 1 = handles
    stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
    toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
    }
    }

    style "elementary-dark"
    {
    base[NORMAL] = "#434241"
    bg[NORMAL] = "#434241"
    fg[NORMAL] = "#D6D6D6"
    fg[PRELIGHT] = "#D6D6D6"
    }

    style "murrine-thin"
    {
    xthickness = 0
    ythickness = 0
    }

    style "murrine-wide" = "murrine-default"
    {
    xthickness = 2
    ythickness = 2

    bg[NORMAL] = @bg_color
    bg[SELECTED] = @selected_bg_color
    }

    style "murrine-wider"
    {
    xthickness = 3
    ythickness = 3

    bg[SELECTED] = @selected_bg_color
    }

    style "aurora-button" = "murrine-wider"
    {
    bg[NORMAL] = shade (1.30, @bg_color)
    bg[PRELIGHT] = mix(0.93, shade (1.11,@bg_color), shade (1.04,@selected_bg_color))
    bg[ACTIVE] = shade (0.80, @bg_color)
    bg[INSENSITIVE] = shade (1.055, @bg_color)

    engine "aurora" {
    curvature = 3.0
    old_arrowstyle = FALSE
    }
    }

    style "aurora-entry" = "murrine-wider"
    {
    xthickness = 4

    engine "aurora" {
    curvature = 3.0
    old_arrowstyle = FALSE
    }

    }
    style "murrine-notebook" = "murrine-default"
    {
    stock["gtk-close"] = {{ "Tabs/close.png", *, *, * }} # Prettier Close icon

    bg[NORMAL] = shade (1.0615, @bg_color) # selected tab entire
    bg[ACTIVE] = shade (0.85, @bg_color) # unselected tab
    }

    style "notebook-close"
    {
    stock["gtk-close"] = {{ "Tabs/close.png", *, *, * }} # Prettier Close icon
    }

    style "murrine-tasklist" = "murrine-wide"
    {
    }

    style "murrine-menu" = "murrine-wide"
    {
    fg[PRELIGHT] = @selected_fg_color
    fg[SELECTED] = @selected_fg_color
    fg[ACTIVE] = @fg_color
    fg[INSENSITIVE] = darker (@bg_color)

    engine "murrine" {
    glazestyle = 0
    highlight_shade = 1.0
    }
    }

    style "murrine-menu-item" = "murrine-wide"
    {
    fg[PRELIGHT] = @selected_fg_color
    bg[SELECTED] = shade (0.98, @selected_bg_color)

    engine "murrine" {
    roundness = 0
    }
    }

    style "murrine-separator-menu-item"
    {
    engine "pixmap"
    {
    image
    {
    function = HLINE
    recolorable = TRUE
    file = "Menu/menu-line.png"
    stretch = TRUE
    }
    }
    }



    style "murrine-treeview"
    {
    bg[SELECTED] = @selected_bg_color
    }

    style "murrine-treeview-header" = "murrine-default"
    {
    bg[NORMAL] = shade (1.08, @bg_color)
    bg[PRELIGHT] = shade (1.11, @bg_color)
    bg[ACTIVE] = shade (0.92, @bg_color)
    bg[INSENSITIVE] = shade (1.04, @bg_color)

    engine "murrine" {
    }
    }

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

    style "murrine-tooltips" = "murrine-wider"
    {
    bg[NORMAL] = @tooltip_bg_color
    fg[NORMAL] = @tooltip_fg_color
    }

    style "murrine-progressbar" = "murrine-thin"
    {
    fg[PRELIGHT] = lighter (@selected_fg_color)
    bg[NORMAL] = shade (0.98, @bg_color)
    bg[SELECTED] = @selected_bg_color

    engine "murrine" {
    roundness = 0
    lightborder_shade = 1.70
    lightborderstyle = 0
    }
    }

    style "murrine-toolbar"
    {
    bg[NORMAL] = @bg_color
    }

    style "murrine-statusbar"
    {
    }

    style "aurora-comboboxentry"
    {
    engine "aurora" {
    curvature = 3.0
    old_arrowstyle = FALSE
    }
    }

    style "aurora-spinbutton"
    {
    engine "aurora" {
    curvature = 3.0
    old_arrowstyle = FALSE
    }
    }

    style "murrine-scale" = "aurora-button"
    {

    engine "murrine"
    {
    roundness = 4
    }
    }

    style "murrine-hscale"
    {
    }

    style "murrine-vscale"
    {

    }

    style "murrine-scrollbar"
    {
    engine "murrine" {
    roundness = 4
    gradient_shades = {1.08,0.97,0.95,0.8}
    }

    }

    style "aurora-scrollbar" = "murrine-thin"
    {
    engine "aurora"
    {
    curvature = 4.0
    }
    GtkWidget::draw-border = {0,0,0,0}
    bg[ACTIVE] = shade (1.3, @bg_color) # Trough color
    bg[NORMAL] = shade(0.95, @selected_bg_color)
    bg[PRELIGHT] = @selected_bg_color
    text[NORMAL] = shade (0.4, @bg_color) # Arrow Color
    }

    style "aurora-scrollbar-dark" = "aurora-scrollbar"
    {
    bg[ACTIVE] = "#666362" # Trough color
    text[NORMAL] = "#D6D6D6" # Arrow color
    }


    style "murrine-hscrollbar"
    {
    }

    style "murrine-vscrollbar"
    {
    }

    style "murrine-menubar" = "murrine-default"
    {
    bg[NORMAL] = @bg_color
    fg[NORMAL] = @fg_color

    }

    style "murrine-nautilus-location"
    {
    }

    style "murrine-radiocheck" = "murrine-default"
    {
    bg[NORMAL] = shade (1.5, @bg_color) # disabled frame
    bg[SELECTED] = darker (@selected_bg_color) # hover and selection
    base[NORMAL] = @selected_fg_color # enabled background
    }

    ################### EOG (Eye of Gnome) #################

    style "eog-window-base" = "elementary-dark"
    {
    xthickness = 0
    ythickness = 0

    fg[SELECTED] = "#D6D6D6"
    fg[ACTIVE] = "#D6D6D6"
    fg[INSENSITIVE] = "#D6D6D6"

    GtkScrolledWindow::scrollbar-spacing = 0
    GtkWidget::shadow_type = GTK_SHADOW_NONE
    GtkWidget::draw_border = {0,0,0,0}
    GtkScrolledWindow::shadow_type = GTK_SHADOW_NONE
    }

    style "eog-statusbar"
    {
    xthickness = 6
    ythickness = 4
    GtkStatusbar::shadow_type = GTK_SHADOW_NONE
    }

    ####################### Nautilus #######################

    style "nautilus-sidebar" {

    bg[PRELIGHT] = shade (1.27, @selected_bg_color)

    font_name = "Regular"

    # we want the sidebar to be light-blue all the way
    GtkTreeView:dd_row_color = shade (1.27, @selected_bg_color)
    GtkTreeView::even_row_color = shade (1.27, @selected_bg_color)

    GtkPaned::handle_size = 1
    GtkWidget::wide_separator = 1
    GtkWidget::separator_width = 1
    GtkWidget::separator_height = 0
    GtkWidget::focus_line_width = 0
    GtkWidget::draw_border = {0,0,0,0}

    # these make the padding from left window edge a little more sane
    GtkTreeView::vertical_separator = 4
    GtkTreeView::horizontal_separator = 15
    GtkTreeView::indent-expanders = 1 # 1 means TRUE
    GtkTreeView::expander-size = 8
    GtkExpander::expander_spacing = 16
    GtkButton::image_spacing = 4
    xthickness = 8
    ythickness = 0
    }

    style "nautilus-view" = "murrine-default"
    {
    xthickness = 8
    }


    style "nautilus-sidebar-title"
    {
    fg[NORMAL] = shade (2.00, @text_color)
    fg[PRELIGHT] = shade (2.00, @text_color)
    bg[PRELIGHT] = shade (1.27, @selected_bg_color)

    stock["gtk-close"] = {{ "Others/null.png", *, *, * }} # Get rid of the close icon

    font_name = "Bold"

    GtkExpander::expander_spacing = 0
    GtkArrow::arrow-scaling = 0.6 # allowed: 0.1 ~ 1.0 (0.6 is an approximation to get 9 by 9 pixels arrow)
    GtkButton::image-spacing = 0
    GtkButton::inner-border = {0, 0, 0, 0}
    GtkButton::child-displacement-x = 0
    GtkButton::child-displacement-y = 0
    # with this we'd get a tight button, with 0 pixels frame so the height matches the label plus 1 pixel (8 + 1 = 9)
    GtkButton::default-border = { 0, 0, 0, 0 }

    xthickness = 2
    ythickness = 0



    engine "pixmap"
    {
    image
    {
    function = SHADOW
    }
    image
    {
    function = BUTTON
    file = "Others/null.png" # 1x1 pixel empty, transparent
    }
    image
    {
    function = ARROW
    arrow_direction = DOWN
    border = {0,0,0,0}
    stretch = TRUE
    recolorable = TRUE
    file = "Others/arrow-d.png" # this should be 9x9 pixels, arrow down
    }
    }
    }


    style "nautilus-window-base"
    {
    bg[NORMAL] = shade (1.27, @selected_bg_color)
    }

    style "nautilus-handle"
    {
    GtkPaned::handle-size = 1

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

    style "nautilus-statusbar" = "murrine-toolbar"
    {
    bg[NORMAL] = @bg_color

    }

    style "smaller-text"
    {
    }

    style "handle"
    {
    }


    ###################### GNOME PANEL ######################

    style "panel-launcherfix"
    {
    xthickness = 1
    ythickness = 1

    bg_pixmap[NORMAL] = "Others/null.png"
    }

    style "panel-bg" #= "elementary-dark"
    {
    xthickness = 0
    ythickness = 0

    bg_pixmap[NORMAL] = "Panel/panel.png"
    bg_pixmap[INSENSITIVE] = "Panel/panel.png"
    bg_pixmap[PRELIGHT] = "Panel/panel.png"
    bg_pixmap[SELECTED] = "Panel/panel.png"
    bg_pixmap[ACTIVE] = "Panel/panel.png"

    }

    style "panel-buttons"
    {
    xthickness = 2
    ythickness = 2

    GtkWidget::focus_padding = 0
    }

    style "panel-bar"
    {
    # fg[NORMAL] = "#D6D6D6" # inactive text
    fg[PRELIGHT] = "#FFFFFF" # hover text
    fg[SELECTED] = "#FFFFFF" # selected text
    fg[ACTIVE] = "#FFFFFF" # selected text
    }

    ######################### MIDORI ########################

    style "midori-main"
    {
    bg[NORMAL] = shade (0.75, @bg_color)
    }

    style "midori-entry"
    {
    ythickness = 4
    }

    style "midori-notebook" = "murrine-notebook"
    {
    xthickness = 0
    ythickness = 0

    bg[NORMAL] = shade (1.0, @bg_color) #foreground tab color
    bg[PRELIGHT] = shade (0.9, @bg_color) #close tab prelight
    bg[ACTIVE] = shade (0.85, @bg_color) #background tab color

    engine "murrine" {
    roundness = 4
    }
    }

    style "midori-panel-toolbar" #sidepanel toolbar
    {
    bg[NORMAL] = shade (0.85, @bg_color)
    }

    ###################### TRANSMISSION #####################

    style "transmission-main"
    {
    engine "aurora"
    {
    curvature = 6.0
    }
    }

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

    # theme radio buttons and checkmarks
    class "GtkRadio*" style "murrine-radiocheck"
    class "GtkCheck*" style "murrine-radiocheck"

    # theme default style is applied to every widget
    class "GtkWidget" style "murrine-default"

    # Increase the x/ythickness in some widgets
    class "GtkToolbar" style "murrine-toolbar"
    class "GtkRange" style "murrine-wide"
    class "GtkFrame" style "murrine-wide"
    class "GtkSeparator" style "murrine-wide"
    class "GtkEntry" style "aurora-entry"

    class "GtkSpinButton" style "aurora-spinbutton"
    class "GtkScale" style "murrine-scale"
    class "GtkVScale" style "murrine-vscale"
    class "GtkHScale" style "murrine-hscale"
    class "GtkScrollbar" style "aurora-scrollbar"
    class "GtkVScrollbar" style "murrine-vscrollbar"
    class "GtkHScrollbar" style "murrine-hscrollbar"

    # 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.

    # This is not perfect, it could be done better
    # (That is modify *every* widget in the notebook, and change those back that
    # we really don't want changed)
    widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook"
    widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook"
    widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook"
    widget_class "*<GtkNotebook>*<GtkLabel>" style "murrine-notebook"

    widget_class "*<GtkButton>" style "aurora-button"
    widget_class "*<GtkNotebook>" style "murrine-notebook"
    widget_class "*<GtkStatusbar>*" style "murrine-statusbar"

    widget_class "*<GtkNotebook>*" style "notebook-close"

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

    widget_class "*<GtkMenuBar>*" style "murrine-menubar"
    widget_class "*<GtkMenu>*" style "murrine-menu"
    widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
    widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"

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

    widget_class "*<GtkProgressBar>" style "murrine-progressbar"

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

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

    widget_class "*ToolButton*" style "smaller-text"
    widget_class "*Statusbar*" style "smaller-text"


    # The window of the tooltip is called "gtk-tooltip"
    ################################
    # FIXME:
    # This will not work if one embeds eg. a button into the tooltip.
    # As far as I can tell right now we will need to rework the theme
    # quite a bit to get this working correctly.
    # (It will involve setting different priorities, etc.)
    ################################
    widget "gtk-tooltip*" style "murrine-tooltips"

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

    # 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 "murrine-nautilus-location"

    # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
    # Note that the work around assumes that the combobox is _not_ in
    # appears-as-list mode.
    # Similar hack also in the menuitem style.
    # This style does not affect GtkComboBoxEntry, it does have an effect
    # on comboboxes in appears-as-list mode though.
    style "murrine-combobox-text-color-workaround"
    {
    text[NORMAL] = @fg_color
    text[PRELIGHT] = @fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @fg_color
    text[INSENSITIVE] = darker (@bg_color)
    }
    widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-combobox-text-color-workaround"

    style "murrine-menuitem-text-is-fg-color-workaround"
    {
    text[NORMAL] = @fg_color
    text[PRELIGHT] = @selected_fg_color
    text[SELECTED] = @selected_fg_color
    text[ACTIVE] = @fg_color
    text[INSENSITIVE] = darker (@bg_color)
    }

    widget "*.gtk-combobox-popup-menu.*" style "murrine-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 "murrine-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 "murrine-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 "murrine-fg-is-text-color-workaround"

    ############################################
    # NAUTILUS
    # Order of assignment is important
    #############################################

    widget_class "*Nautilus*Window*" style "nautilus-window-base"
    widget_class "*Nautilus*Toolbar*" style "murrine-toolbar"
    widget_class "*Nautilus*Toolbar*Button" style "aurora-button"
    widget_class "*Nautilus*Menu*" style "murrine-menu"
    widget_class "*Nautilus*Statusbar*" style "nautilus-statusbar"
    widget "*Nautilus*Splitter" style "nautilus-handle"
    widget_class "*Nautilus*View*" style "nautilus-view"
    widget_class "*NautilusSidePane.*" style "nautilus-sidebar-title"
    widget_class "*Nautilus*Places*Sidebar*" style "nautilus-sidebar"
    widget_class "*Nautilus*Side*.GtkWidget" style "nautilus-sidebar"
    widget_class "*Nautilus*Side*Title*" style "nautilus-sidebar-title"
    widget_class "*Nautilus*Notebook" style "murrine-notebook"
    widget_class "*Nautilus*Scrollbar" style "aurora-scrollbar"

    ##################################
    # EOG
    ##################################
    widget_class "*Eog*Window*" style "eog-window-base"
    widget_class "*Eog*Toolbar*" style "murrine-wide"
    widget_class "*Eog*Menu*" style "murrine-menu"
    widget_class "Eog*Statusbar*" style "eog-statusbar"
    widget "Eog*Statusbar*.*" style "eog-statusbar"
    widget_class "Eog*Scrollbar" style "aurora-scrollbar-dark"

    ##################################
    # F-SPOT
    ##################################

    widget "main_window*ImageContainer" style "elementary-dark"

    ##################################
    # Gnome Panel
    ##################################

    class "*Panel*" style "panel-launcherfix"

    class "*notif*" style "panel-bg"
    class "*Notif*" style "panel-bg"
    class "*tray*" style "panel-bg"
    class "*Tray*" style "panel-bg"
    class "*net*" style "panel-bg"
    class "*Net*" style "panel-bg"
    class "*BonoboDockItem" style "panel-bg"
    class "*Panel*Applet*" style "panel-bg"
    class "PanelApp*" style "panel-bg"
    class "PanelToplevel*" style "panel-bg"

    widget "*PanelApplet*" style "panel-bg"
    widget "*PanelWidget*" style "panel-bg"
    widget "*TrayIcon*" style "panel-bg"
    widget "*fast-user-switch*" style "panel-bg" # Workaround for Fast User Switch applet
    widget "*TomboyTray*" style "panel-bg" # Workaround for Tomboy
    widget "*TomboyApplet*" style "panel-bg"

    widget_class "*PanelToplevel*" style "panel-bg"
    widget_class "*Mail*" style "panel-bg"
    widget_class "*notif*" style "panel-bg"
    widget_class "*Notif*" style "panel-bg"
    widget_class "*tray*" style "panel-bg"
    widget_class "*Tray*" style "panel-bg"
    widget_class "*BonoboDockItem" style "panel-bg"
    widget_class "*Panel*GtkButton" style "panel-bg"
    widget_class "*.Panel*Button*GtkLabel" style "panel-bg"
    widget_class "*.Panel*GtkLabel" style "panel-bg"
    widget_class "*Netstatus*" style "panel-bg"
    widget_class "*Tomboy*Tray*" style "panel-bg"
    widget_class "*PanelApplet*" style "panel-bg"
    widget_class "*PanelWidget*" style "panel-bg"
    widget_class "*Panel*MenuBar*" style "panel-bg"
    widget_class "*Panel*<GtkMenuBar>*" style:highest "panel-bar"

    widget_class "*Panel*GtkToggleButton" style "panel-buttons"

    ##################################
    # Midori
    ##################################
    widget "MidoriBrowser" style "midori-main"
    widget "MidoriBrowser.GtkVBox.*.GtkEntry" style "midori-entry"
    widget "MidoriBrowser.GtkVBox.GtkHPaned.GtkVPaned.GtkNote book" style "midori-notebook"
    widget "MidoriBrowser.*.MidoriPanel.*.GtkToolbar" style "midori-panel-toolbar"

    ##################################
    # Transmission
    ##################################
    widget "Transmission*" style "transmission-main"

    ##################################
    # XFCE Panel
    ##################################
    widget_class "*Xfce*Panel*" style "panel-bg"
    Attached Images Attached Images
    Last edited by sigurnjak; May 12th, 2010 at 05:16 AM.

  2. #2
    Join Date
    Apr 2008
    Location
    USA
    Beans
    98

    Re: nedd little help here

    You really need to edit your post and either put that information in http://pastebin.com/ with a link here or attach the text file so people can download it.
    sudo get me a sandwich.

  3. #3
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: nedd little help here

    Moved to "Programming Talk"

    Suggestion: When copying code to a message, put a [code] tag at the start, and a [/code] tag at the end. This will help preserve formatting and make it easier for us read your code. This is particularly important for Python code where indents matter.....
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •