no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | xfce:xfce4-panel:4.10:tasklist [2015/03/11 13:34] (current) – created ochosi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Window Buttons ====== | ||
| + | The //Window Buttons// panel plugin allows allows you to switch between application windows using buttons. | ||
| + | |||
| + | ====== Properties ====== | ||
| + | |||
| + | <figure " | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | ====== Style Properties ====== | ||
| + | |||
| + | You can set a custom icon size in gtk-icon-sizes with the name '' | ||
| + | |||
| + | <file txt .gtkrc-2.0> | ||
| + | style " | ||
| + | { | ||
| + | # 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. | ||
| + | XfceTasklist:: | ||
| + | |||
| + | # Ellipsizing used in the task list and overflow menu labels. | ||
| + | XfceTasklist:: | ||
| + | |||
| + | # Lucency of minimized icons. Valid values are between 0 (completely | ||
| + | # hide the icon) and 100 (don't lighten the icon). | ||
| + | XfceTasklist:: | ||
| + | |||
| + | # Maximum number of characters in the menu label before it will | ||
| + | # be ellipsized. | ||
| + | XfceTasklist:: | ||
| + | } | ||
| + | class " | ||
| + | </ | ||
| + | |||
| + | See the section [[theming|Theming]] for more information. | ||