Open matteoalessiocarrara opened 8 years ago
Flat-Plat is currently not supported Xfce, but I will support it if I have time.
After moving Xfce4-panel to GTK+3 (currently have 4.12.1 on Debian Testing) there appeared a static top padding in the datetime applet. This padding does not depend on font size and does not reproduce with other themes.
I added initial implementation for Xfce theming (GTK3), although it's not yet perfect. (Supporting for GTK2 version is also not yet.)
Tested on Xfce 4.13 (Ubuntu 18.10)
TODO:
#XfceNotifyWindow
styling#xfwm-tabwin
stylingHello @nana-4
For xfce4-panel (v4.12 GTK2) on standard Materia, I suggest you to use bits from Materia-dark and set panel background to #383838
.
Here's what it looks like (I'm using dark variant + #383838
panel bg), don't care about the green colors I customized theme to fit the distro:
edit: didn't see it before uploading, white bottom border is from my VM window, so don't worry about it.
Currently, standard variant panel (with panel bg using theme defaults) is like this: BTW, light variant is the same except that dark grey parts are black.
Keep up the good work, Xfce full support would be great. Of course GTK3 will probably come this year, but a lot of distros will be on <4.14 for quite a long time (Ubuntu LTS, Debian, other slow point releases...).
EDIT2: I see that Materia doesn't have a dedicated panel.rc
file (which is used by Xfce and iirc MATE).
EDIT3: I tried to make a dedicated panel.rc
but menu and some tray icons still have a dark background, with other themes having a good Xfce support, it doesn't happen, I think there's something conflicting in gtkrc
or other rc files.
Hi @DarthWound, thanks for your suggestion.
I agree that Materia should support v4.12 as well. But Materia uses #212121
instead of #383838
for panels by default. So I'd choose that color unless there is any special reason :)
Thanks, didn't see the "panel" line in colors.scss
:)
EDIT:
Well, with the right color (#212121
), my panel.rc
(based on zukitwo) is ok (for standard and dark, I didn't tweak light gtkrc
yet). It's basic, but should do the job for now.
gtkrc
:# Panel
gtk-color-scheme = "panel_bg_color:#212121\panel_fg_color:#F2F2F2"
and
include "panel.rc"
panel.rc
available here (exp in 1 month).
Screenshot (again, don't mind the green colors):
The materia theme looks beautiful on XFCE, but I was just wondering if it is possible to add a margin to some of the panel buttons so it doesn't look too crowded? or add some padding to the parent panel? Is it possible to modify this?
Please see the attached image so you can understand what I mean.
Thanks in advance...
If would be nice to know if there is a way to make all the buttons behave in the same way as it is with the lightdm gtk greeter settings.
@charbelnicolas Thanks for your suggestion! They looked too crowded indeed, so I've added some margins to the daialog buttons :)
Thanks, that's awesome!
I'm on xfce 4:12, but I think it also concerns other d.e. . The panel has the same style of gtk theme, which is cute but a bit monotonous. I thought that you could adopt a different style for the panels, maybe a dark color, to make it a little differently.