Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
xfce:xfce4-panel:preferences [2019/08/02 15:36] – [Items] amerigenaxfce:xfce4-panel:preferences [2022/12/05 17:54] – [General] gael
Line 1: Line 1:
-====== Preferences ======+~~NOTOC~~ 
 +{{ :xfce:xfce.panel.png?no link|}} 
 +====== xfce4-panel - Preferences ====== 
 +  * **[[#Selecting a Panel|Selecting a Panel]]** 
 +  * **[[#Display|Display]]** 
 +  * **[[#General|General]]** 
 +  * **[[#Measurements|Measurements]]** 
 +  * **[[#Appearance|Appearance]]** 
 +  * **[[#Background|Background]]** 
 +  * **[[#Opacity|Opacity]]** 
 +  * **[[#Items|Items]]** 
 + 
 +---- 
 The Panel Preferences window gives you the ability to customize your panel. You can change the size, appearance and orientation of your panels, as well as add add or remove panels on your desktop. These can be backed up on your system to be restored at a later date. The Panel Preferences window gives you the ability to customize your panel. You can change the size, appearance and orientation of your panels, as well as add add or remove panels on your desktop. These can be backed up on your system to be restored at a later date.
  
Line 5: Line 18:
  
 <figure "Panel Preferences window">{{:xfce:xfce4-panel:xfce-panel-prefs.png?nolink&|}}</figure> <figure "Panel Preferences window">{{:xfce:xfce4-panel:xfce-panel-prefs.png?nolink&|}}</figure>
 +
 +----
  
 ===== Selecting a panel ===== ===== Selecting a panel =====
Line 11: Line 26:
  
 The panel currently selected will show a flashing, dashed red border around it, so it's clear which panel you are currently editing. The panel currently selected will show a flashing, dashed red border around it, so it's clear which panel you are currently editing.
 +
 +----
  
 ===== Display ===== ===== Display =====
 The **Display** tab contains options for how the panel is positioned on the screen.  The **Display** tab contains options for how the panel is positioned on the screen. 
 +
 +----
  
 ===== General ===== ===== General =====
Line 32: Line 51:
   ? Always   ? Always
   ! Always hide the panel.   ! Always hide the panel.
-? Don'reserve space on borders+ 
 +! If you want to disable the autohide animation you can use the hidden setting **popdown-speed**. 
 + 
 +! <code> 
 +xfconf-query -n -c xfce4-panel -p /panels/panel-2/popdown-speed -int -s 0 
 +</code> 
 + 
 +! You can also act on the delay to show/hide the panel by adjusting the following in ''~/.config/gtk-3.0/gtk.css'' (create the file if necessary): 
 + 
 +! <code> 
 +* { 
 +  -XfcePanelWindow-popup-delay: 1000; 
 +  -XfcePanelWindow-popdown-delay: 1000; 
 +  -XfcePanelWindow-autohide-size: 10; 
 +
 +</code> 
 + 
 +! Note that the minimum autohide-size is 1. 
 + 
 +? Keep panel above windows
 ! Normally, maximized application windows do not overlap the panel. Setting this option disables this behavior and allows the windows to stretch to the screen edge behind the panel. This option is only available when the panel is set to never hide. ! Normally, maximized application windows do not overlap the panel. Setting this option disables this behavior and allows the windows to stretch to the screen edge behind the panel. This option is only available when the panel is set to never hide.
 +
 +[[|Back to Top]]
 +----
  
 ===== Measurements ===== ===== Measurements =====
Line 46: Line 87:
  
 By default, the panel distributes the plugins from left to right (or from top to bottom, if the panel is in Vertical or Deskbar mode). However, it is possible to align plugins to the center or to the right (or bottom) of the panel by inserting [[separator|separators]] to the left (or above) these plugins. By inserting at least two expandable separators it is also possible to position plugins at the center of the panel. By default, the panel distributes the plugins from left to right (or from top to bottom, if the panel is in Vertical or Deskbar mode). However, it is possible to align plugins to the center or to the right (or bottom) of the panel by inserting [[separator|separators]] to the left (or above) these plugins. By inserting at least two expandable separators it is also possible to position plugins at the center of the panel.
 +
 +[[|Back to Top]]
 +----
  
 ===== Appearance ===== ===== Appearance =====
Line 51: Line 95:
  
 <figure "Panel Appearance Preferences">{{:xfce:xfce4-panel:xfce-panel-appearance.png?nolink&|}}</figure> <figure "Panel Appearance Preferences">{{:xfce:xfce4-panel:xfce-panel-appearance.png?nolink&|}}</figure>
 +
 +[[|Back to Top]]
 +----
  
 ===== Background ===== ===== Background =====
Line 66: Line 113:
 ? File ? File
 ! This displays a file manager window to select an image to be used as the background for the panel. This option is only available if your panel style is set to {gui>Background image}. ! This displays a file manager window to select an image to be used as the background for the panel. This option is only available if your panel style is set to {gui>Background image}.
 +
 +[[|Back to Top]]
 +----
  
 ===== Opacity ===== ===== Opacity =====
Line 76: Line 126:
 ? Leave ? Leave
 ! This controls the transparency of the panel when not hovering over it. Ranges from 0 (fully transparent) to 100 (fully opaque). All panel plugins are affected by this setting.  ! This controls the transparency of the panel when not hovering over it. Ranges from 0 (fully transparent) to 100 (fully opaque). All panel plugins are affected by this setting. 
 +
 +[[|Back to Top]]
 +----
  
 ===== Items ===== ===== Items =====
Line 90: Line 143:
 The {gui>preferences} and {gui>about} buttons are only active if the highlighted plugin supports these features. They will open the selected item's preferences and "About" window. The {gui>preferences} and {gui>about} buttons are only active if the highlighted plugin supports these features. They will open the selected item's preferences and "About" window.
  
 +[[|Back to Top]] 
 +---- 
 +[[:xfce:xfce4-panel:start:|Back to xfce4-panel main page]]