From b452bf4a6b171d74da9e66ec0c76f6adf56f898a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hajo=20M=C3=B6ller?= Date: Fri, 15 May 2015 20:42:50 +0200 Subject: [PATCH] Fix Workspace Switcher styling Fixes #217 --- gtk-2.0/gtkrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index 3ddb9a6..cad7702 100755 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -499,6 +499,7 @@ widget "*gimmie*" style "bold-panel-item" # XFCE Styles style "workspace-switcher" = "murrine-panel" { + bg[ACTIVE] = @selected_bg_color bg[SELECTED] = @selected_bg_color } @@ -568,7 +569,7 @@ style "xfsm-logout-button" { } } -widget "*WnckPager*" style "workspace-switcher" +widget "*Pager*" style "workspace-switcher" widget "*Xfce*Panel*" style "murrine-panel" class "*Xfce*Panel*" style "murrine-panel"