diff options
Diffstat (limited to 'common/xfce4/theme/gtkrc')
-rw-r--r-- | common/xfce4/theme/gtkrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common/xfce4/theme/gtkrc b/common/xfce4/theme/gtkrc new file mode 100644 index 0000000..7f1cf9f --- /dev/null +++ b/common/xfce4/theme/gtkrc @@ -0,0 +1,22 @@ +# original idea tpg@mandriva.org + +style "xfce-panel" +{ + + # mandriva-xfce-panel.png is same as main panel height, which is 32 px + bg_pixmap[NORMAL] = "mandriva-xfce-panel.png" + bg_pixmap[SELECTED] = "mandriva-xfce-panel.png" +} + +# make desktop's icons label transparent +style "xfdesktop-icon-view" +{ + + XfdesktopIconView::label-alpha = 10 + fg[NORMAL] = "#ffffff" + fg[SELECTED] = "#ffffff" +} + +class "Xfce*Panel*" style "xfce-panel" +widget_class "*Xfce*Panel*" style "xfce-panel" +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" |