diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-10-18 15:00:39 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2008-10-18 15:00:39 +0000 |
commit | b432d63a56ad078bd55132b96ce86a1c566754b4 (patch) | |
tree | 9206985436e03ed821258bb94bfb7d057c98af5d /common/xfce4/theme | |
download | config-b432d63a56ad078bd55132b96ce86a1c566754b4.tar config-b432d63a56ad078bd55132b96ce86a1c566754b4.tar.gz config-b432d63a56ad078bd55132b96ce86a1c566754b4.tar.bz2 config-b432d63a56ad078bd55132b96ce86a1c566754b4.tar.xz config-b432d63a56ad078bd55132b96ce86a1c566754b4.zip |
- add branch for 2009.0distro/mdv2009.0
Diffstat (limited to 'common/xfce4/theme')
-rw-r--r-- | common/xfce4/theme/gtkrc | 22 | ||||
-rw-r--r-- | common/xfce4/theme/mandriva-xfce-panel.png | bin | 0 -> 887 bytes |
2 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" 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 |