From 4279a7789be46bcd952d5b26bdf81ae4e385f7cc Mon Sep 17 00:00:00 2001 From: bionel Date: Sun, 9 Aug 2015 18:37:07 +0300 Subject: fixing panel for mate also --- Kogaion-nighttime/gtk-2.0/app-styles/panel.rc | 64 ++++++++++----------------- 1 file changed, 24 insertions(+), 40 deletions(-) (limited to 'Kogaion-nighttime/gtk-2.0/app-styles') diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc b/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc index fdb96a7..7ce4e4a 100644 --- a/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc +++ b/Kogaion-nighttime/gtk-2.0/app-styles/panel.rc @@ -46,23 +46,23 @@ style "pixmap-panel" border = { 4, 4, 1, 1 } stretch = TRUE } - image { - function = BOX - recolorable = TRUE - state = INSENSITIVE - - } +# image { +# function = BOX +# recolorable = TRUE +# state = INSENSITIVE +# } } } -style "other-panel" = "default" #this is doubled, discard when finished +style "other-panel" # this style is somehow doubled, discard when no longer needed { - xthickness = 2 + xthickness = 0 ythickness = 0 fg[NORMAL] = lighter (@fg_color) fg[PRELIGHT] = shade (1.75, @selected_bg_color) fg[ACTIVE] = lighter (@fg_color) + fg[SELECTED] = @selected_bg_color bg[NORMAL] = shade (1.0, @window_active_color) # bg[ACTIVE] = @selected_bg_color @@ -102,12 +102,21 @@ style "other-panel" = "default" #this is doubled, discard when finished border = { 4, 4, 1, 1 } stretch = TRUE } - image { - function = BOX - recolorable = TRUE - state = INSENSITIVE - - } + image { + function = HANDLE + recolorable = TRUE + overlay_file = "Others/null.png" + #overlay_file = "Handles/handle-v.png" + overlay_stretch = FALSE + orientation = VERTICAL + } + image { + function = HANDLE + overlay_file = "Others/null.png" + #overlay_file = "Handles/handle-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } } } @@ -196,29 +205,4 @@ widget "*.clock-applet-button.*" style "other-panel" widget "*PanelApplet*" style "other-panel" # Hide ugly handle -class "PanelAppletFrame" style:highest "theme-panel-handle" - -# The following removes the arrows from the panel - -style "panel-arrow-remove" { -engine "pixmap" { - image { - function = ARROW - recolorable = TRUE - overlay_file = "Panel/arrow-blank.png" - overlay_border = {2,2,2,2} - overlay_stretch = FALSE - arrow_direction = UP - } - image { - function = ARROW - recolorable = TRUE - overlay_file = "Panel/arrow-blank.png" - overlay_border = {2,2,2,2} - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -widget_class "*PanelToplevel*" style "panel-arrow-remove" +# class "PanelAppletFrame" style:highest "theme-panel-handle" -- cgit v1.2.3