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
Next revisionBoth sides next revision
xfce:xfce4-panel:tasklist [2013/01/10 11:00] nickxfce:xfce4-panel:tasklist [2022/12/05 16:42] – [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.
  
-====== Properties ======+===== Properties =====
  
 <figure "Window button's properties dialog"> <figure "Window button's properties dialog">
Line 9: Line 11:
 </figure> </figure>
  
-====== Style Properties ======+---- 
 + 
 +===== Style Properties =====
  
 You can set a custom icon size in gtk-icon-sizes with the name ''panel-tasklist-menu''. The default icon size is 16px. You can set a custom icon size in gtk-icon-sizes with the name ''panel-tasklist-menu''. The default icon size is 16px.
  
-<file txt .gtkrc-2.0> +<file txt ~/.config/gtk-3.0/gtk.css
-style "xfce-tasklist-style" +# The maximum length of a button before the label ellipsizes. 
-+# When this value is set to -1 the button will expand to the 
-  # The maximum length of a button before the label ellipsizes. +# entire available space. 
-  # When this value is set to -1 the button will expand to the +* { -XfceTasklist-max-button-length200; }
-  # entire available space. +
-  XfceTasklist::max-button-length 200+
  
-  # Ellipsizing used in the task list and overflow menu labels. +# Ellipsizing used in the task list and overflow menu labels. 
-  XfceTasklist::ellipsize-mode PANGO_ELLIPSIZE_END+* { -XfceTasklist-ellipsize-modePANGO_ELLIPSIZE_END; }
  
-  # Lucency of minimized icons. Valid values are between 0 (completely +# Lucency of minimized icons. Valid values are between 0 (completely 
-  # hide the icon) and 100 (don't lighten the icon). +# hide the icon) and 100 (don't lighten the icon). 
-  XfceTasklist::minimized-icon-lucency 50+* { -XfceTasklist-minimized-icon-lucency50; }
  
-  # Maximum number of characters in the menu label before it will +# Maximum number of characters in the menu label before it will 
-  # be ellipsized. +# be ellipsized. 
-  XfceTasklist::menu-max-width-chars 24 +* { -XfceTasklist-menu-max-width-chars24}
-} +
-class "XfceTasklist" style "xfce-tasklist-style"+
 </file> </file>
  
-See the section [[theming|Theming]] for more information.+See the [[theming|theming section]] for more information. 
 + 
 +[[|Back To Top]] 
 +---- 
 +[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]]