You are not logged in.
Hi,
I found this way to put in ./config/gtk-3.0/gtk.css and it's working fine :
* {
-XfcePanelWindow-popup-delay: 500;
-XfcePanelWindow-popdown-delay: 250;
-XfcePanelWindow-autohide-size: 1;
}
I would choose multiple delay for each panel like :
* {
-XfcePanelWindow1-popup-delay: 5000;
-XfcePanelWindow2-popup-delay: 200;
-XfcePanelWindow3-popup-delay: 200;
}
or other.
I look about https://developer.gnome.org/gtk3/ but unreadable for me.
Anyone to help this please ?
$ xfce4-panel -V
xfce4-panel 4.14.4 (Xfce 4.12)
Copyright (c) 2004-2011
L’équipe de développement de Xfce. Tous droits réservés.
Veuillez signaler les bogues à <http://bugzilla.xfce.org/>.
From xfce4-weather-plugin i had some conflict with Buster et Bullseye, so I can't install gtk-3-dev and GTKInspector. If nothing, i'm waiting about that.
Thanks
Last edited by pam547 (2020-10-20 18:39:27)
Offline
Unfortunately, xfce4-panel does not distinguish between panels at a CSS class level - they all have the same class name(s). Identifiers are not present either. So there is no way to distinguish between panels for theming purposes.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hey, thanks a lot for this answer even if no way.
If I understood, CSS is for GTK+ style properties.
Maybe a solution with Xfconf settings ?
Offline
Unfortunately no, the autohide settings are not panel-specific but apply to all panels.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Ok ok ok
For this, I found only difference between :
#define MENU_POPUP_DELAY (225)
#define DEFAULT_POPUP_DELAY (225)
This enhances the focus stuff:
* {
-XfcePanelWindow-autohide-size: 1;
}
But sometimes the widget is not the wellcom :
Thanks for all again and good thinks for future
Last edited by pam547 (2020-10-22 11:31:26)
Offline
It could will be really fine to choose which widgets on each workspace
B'bye.
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 535.51 KiB (Peak: 536.35 KiB) ]