You are not logged in.
Pages: 1
Hey,
I want to setup autohide panel feature but after setting it I still have small panel after autohide. I was trying it by changing in gtkrc like:
cat .gtkrc-2.0
style "xfce-panel-window-style"
{
# Time in miliseconds before the panel will unhide on an enter event
XfcePanelWindow::popup-delay = 225
# Time in miliseconds before the panel will hide on a leave event
XfcePanelWindow::popdown-delay = 350
# Size of autohide window in pixels
XfcePanelWindow::autohide-size = 0
}
class "XfcePanelWindow" style "xfce-panel-window-style"
I use Debian, any idea how to improve it? Here is an image how it looks like: https://files.fm/u/ebh4cr8pf#/view/bhg7ydju6
Last edited by pantarhei (2022-05-22 13:56:06)
Offline
Hello and welcome.
The snippet you have is for xfce4-panel 4.12 or lower. For versions 4.14 or higher, have a read through https://forum.xfce.org/viewtopic.php?pid=58447#p58447. Also, the small sliver can not be set to 0. 1 pixel is the smallest size it can be. However, if you make the panel background transparent, then the 1 pixel sliver will also be transparent.
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
Hi.
Just set its leave opacity all the way down to 0:
And make sure to reset all properties of the panel and its window at the very beginning of your gtk.css file because the rules for button widgets in your theme affect your panels.
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Solved!
Thank You!
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 525.26 KiB (Peak: 531 KiB) ]