From fa12b7e81e8b7bfa0e273917fac80248d881ae11 Mon Sep 17 00:00:00 2001 From: Aleksej Komarov Date: Fri, 29 Apr 2016 13:14:07 +0300 Subject: Fix xfce4-panel icon size and progress-bar background (#498) --- common/gtk-2.0/panel.rc | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index c24f3f1..b761e91 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -1,10 +1,11 @@ style "theme-panel" { + xthickness = 2 ythickness = 0 bg[NORMAL] = "#2B2E37" - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = shade(1.1, @selected_bg_color) + bg[ACTIVE] = shade(1.45, "#2B2E37") + bg[PRELIGHT] = shade(0.9, @selected_bg_color) bg[SELECTED] = @selected_bg_color fg[NORMAL] = "#BAC3CF" @@ -26,7 +27,6 @@ style "theme-panel" { gradient_shades = {1.0,1.0,1.0,1.0} textstyle = 0 contrast = 0.0 - textstyle = 0 } } @@ -93,6 +93,31 @@ style "workspace-switcher" = "theme-panel" { bg[SELECTED] = @selected_bg_color } +style "window-buttons" = "theme-panel" +{ + xthickness = 3 + ythickness = 3 + + bg[ACTIVE] = shade(0.75, @selected_bg_color) + bg[PRELIGHT] = shade(0.9, @selected_bg_color) + bg[SELECTED] = @selected_bg_color + + fg[NORMAL] = shade(0.7, @base_color) + fg[ACTIVE] = @base_color + fg[PRELIGHT] = @base_color + + engine "murrine" { + reliefstyle = 0 + glazestyle = 0 + glow_shade = 1.0 + highlight_shade = 1.0 + roundness = 0 + gradient_shades = {1.0,1.0,1.0,1.0} + textstyle = 0 + contrast = 0.0 + } +} + style "indicator" = "theme-panel" { xthickness = 0 ythickness = 0 @@ -151,3 +176,4 @@ widget "*PanelApplet*" style "theme-panel-text" # Override general panel-style with specific plugin-styles widget "*indicator-applet*" style "indicator" widget "*indicator-button*" style "indicator" +widget "*XfceTasklist*" style "window-buttons" -- cgit v1.2.3