From 6cae04357b97e6757b63c529c1fd11b0bb3f5105 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 f5fda7d..16f3c08 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -494,6 +494,7 @@ widget "*gimmie*" style "bold-panel-item" # XFCE Styles style "workspace-switcher" = "murrine-panel" { + bg[ACTIVE] = @selected_bg_color bg[SELECTED] = @selected_bg_color } @@ -575,7 +576,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"