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
xfce:xfce4-panel:tasklist [2024/12/21 01:29] – added example css for tasklist buttons kevinbowenxfce:xfce4-panel:tasklist [2025/05/05 05:31] (current) – minor grammar improvements kevinbowen
Line 15: Line 15:
 ===== Style Properties ===== ===== 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>+<note classic>Do not expect max-button-length, min-button-length and max-button-size to work as intended prior to version 4.19.4: see https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/683.</note>
  
 <file txt ~/.config/gtk-3.0/gtk.css> <file txt ~/.config/gtk-3.0/gtk.css>
Line 38: Line 38:
 } }
  
-/* Ellipsizing used in the task list and overflow menu labels. */+/* Ellipsizing used in the task list and overflow menu labels.  
 +   valid values are: none, start, middle, end */
 .tasklist { .tasklist {
-  -XfceTasklist-ellipsize-mode: PANGO_ELLIPSIZE_END;+  -XfceTasklist-ellipsize-mode: end;
 } }
  
Line 55: Line 56:
   -XfceTasklist-menu-max-width-chars: 24;   -XfceTasklist-menu-max-width-chars: 24;
 } }
 +</file>
  
 +----
 +
 +===== Theming Examples =====
 +
 +<file txt ~/.config/gtk-3.0/gtk.css>
 /* window button font color */ /* window button font color */
 /* NORMAL */ /* NORMAL */