Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Next revision
Previous revision
xfce:xfce4-panel:tasklist [2012/01/04 09:32] – created nickxfce:xfce4-panel:tasklist [2024/04/06 22:51] (current) – [Style Properties] gael
Line 1: Line 1:
-====== Window Buttons ======+~~NOTOC~~ 
 +{{ :xfce:xfce.panel.png?no link|}} 
 +====== xfce4-panel - Window Buttons ======
  
 The //Window Buttons// panel plugin allows allows you to switch between application windows using buttons. The //Window Buttons// panel plugin allows allows you to switch between application windows using buttons.
Line 5: Line 7:
 ===== Properties ===== ===== Properties =====
  
-Window button's properties dialog ^ +<figure "Window button's properties dialog"> 
-{{:xfce:xfce4-panel:tasklist.png?nolink&|}} |+{{:xfce:xfce4-panel:tasklist.png?nolink&|}} 
 +</figure> 
 + 
 +---- 
 + 
 +===== Style Properties ===== 
 + 
 +<note classic>Do not expect max-button-length, min-button-length and max-button-size to really work as intended before 4.19.4: see https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/683.</note> 
 + 
 +<file txt ~/.config/gtk-3.0/gtk.css> 
 +# The maximum length of a button before the label ellipsizes. 
 +# When this value is set to -1 the button will expand to the 
 +# entire available space. 
 +.tasklist { -XfceTasklist-max-button-length: 200; } 
 + 
 +# The minimum length of a button, even if the label is smaller. 
 +.tasklist { -XfceTasklist-min-button-length: 50; } 
 + 
 +# The maximum size controls the number of lines on which 
 +# buttons rearrange themselves: panel-size / max-button-size. 
 +# So the button size can actually be up to 2 * max-button-size. 
 +# When this value is set to -1 there is no maximum size. 
 +.tasklist { -XfceTasklist-max-button-size: 32; } 
 + 
 +# Ellipsizing used in the task list and overflow menu labels. 
 +.tasklist { -XfceTasklist-ellipsize-mode: PANGO_ELLIPSIZE_END;
 + 
 +# Lucency of minimized icons. Valid values are between 0 (completely 
 +# hide the icon) and 100 (don't lighten the icon). 
 +.tasklist { -XfceTasklist-minimized-icon-lucency: 50; } 
 + 
 +# Maximum number of characters in the menu label before it will 
 +# be ellipsized. When this value is set to -1, the width will be 
 +# calculated automatically. 
 +.tasklist { -XfceTasklist-menu-max-width-chars: 24; } 
 +</file> 
 + 
 +See the [[theming|theming section]] for more information. 
 + 
 +[[|Back To Top]] 
 +---- 
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]