diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | common/xfce4/theme/gtkrc | 26 | ||||
-rw-r--r-- | common/xfce4/theme/mandriva-xfce-panel.png | bin | 0 -> 887 bytes |
3 files changed, 28 insertions, 0 deletions
@@ -18,10 +18,12 @@ install: -install -d $(DESTDIR)$(xfceconfdir)/xfce4/desktop -install -d $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce -install -d $(DESTDIR)$(xfceconfdir)/xfce4/panel + -install -d $(DESTDIR)$(xfceconfdir)/xfce4/theme -install -d $(DESTDIR)$(xfceconfdir)/xfce4/volstatus install -m 644 common/xfce4/desktop/* $(DESTDIR)$(xfceconfdir)/xfce4/desktop/ install -m 644 common/xfce4/notication-daemon-xfce/* $(DESTDIR)$(xfceconfdir)/xfce4/notication-daemon-xfce/ install -m 644 common/xfce4/panel/* $(DESTDIR)$(xfceconfdir)/xfce4/panel/ + install -m 644 common/xfce4/theme/* $(DESTDIR)$(xfceconfdir)/xfce4/theme/ install -m 644 common/xfce4/volstatus/* $(DESTDIR)$(xfceconfdir)/xfce4/volstatus/ install -m 644 common/xfce4/*.rc $(DESTDIR)$(xfceconfdir)/xfce4 install -m 644 common/xfce4/*.xrdb $(DESTDIR)$(xfceconfdir)/xfce4 diff --git a/common/xfce4/theme/gtkrc b/common/xfce4/theme/gtkrc new file mode 100644 index 0000000..d634924 --- /dev/null +++ b/common/xfce4/theme/gtkrc @@ -0,0 +1,26 @@ +style "xfce-panel" +{ +# mandriva-xfce-panel.png is same as main panel height, which is 32 px +bg_pixmap[NORMAL] = "mandriva-xfce-panel.png" +} + +widget_class "*Panel*" style "xfce-panel" +widget "*Panel*" style "xfce-panel" +class "*Panel*" style "xfce-panel" + +widget "*PanelWidget*" style "xfce-panel" +widget "*PanelApplet*" style "xfce-panel" +class "*Tray*" style "xfce-panel" +widget "*Tray*" style "xfce-panel" +widget_class "*Mail*" style "xfce-panel" + +# make desktop's icons label transparent +style "xfdesktop-icon-view" { + +XfdesktopIconView::label-alpha = 20 + +base[NORMAL] = "#ffffff" + +fg[NORMAL] = "#ffffff" +} +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" diff --git a/common/xfce4/theme/mandriva-xfce-panel.png b/common/xfce4/theme/mandriva-xfce-panel.png Binary files differnew file mode 100644 index 0000000..99a8d11 --- /dev/null +++ b/common/xfce4/theme/mandriva-xfce-panel.png |