Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| xfce:xfce4-panel:tasklist [2012/01/04 09:32] – created nick | xfce:xfce4-panel:tasklist [2025/05/05 05:31] (current) – minor grammar improvements kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Window Buttons ====== | + | ~~NOTOC~~ |
| + | {{ : | ||
| + | ====== | ||
| 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' | + | <figure "Window button' |
| - | | {{: | + | {{: |
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Style Properties ===== | ||
| + | |||
| + | <note classic> | ||
| + | |||
| + | <file txt ~/ | ||
| + | /* The maximum length of a button before the label ellipsizes. | ||
| + | When this value is set to -1 the button will expand to the | ||
| + | | ||
| + | .tasklist { | ||
| + | -XfceTasklist-max-button-length: | ||
| + | } | ||
| + | |||
| + | /* The minimum length of a button, even if the label is smaller. */ | ||
| + | .tasklist { | ||
| + | -XfceTasklist-min-button-length: | ||
| + | } | ||
| + | |||
| + | /* The maximum size controls the number of lines on which | ||
| + | | ||
| + | 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: | ||
| + | } | ||
| + | |||
| + | /* Ellipsizing used in the task list and overflow menu labels. | ||
| + | valid values are: none, start, middle, end */ | ||
| + | .tasklist { | ||
| + | -XfceTasklist-ellipsize-mode: | ||
| + | } | ||
| + | |||
| + | /* 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: | ||
| + | } | ||
| + | |||
| + | /* Maximum number of characters in the menu label before it will | ||
| + | be ellipsized. When this value is set to -1, the width will be | ||
| + | | ||
| + | .tasklist { | ||
| + | -XfceTasklist-menu-max-width-chars: | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Theming Examples ===== | ||
| + | |||
| + | <file txt ~/ | ||
| + | /* window button font color */ | ||
| + | /* NORMAL */ | ||
| + | .tasklist button { | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | /* PRELIGHT */ | ||
| + | .tasklist button: | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | /* ACTIVE - only while being clicked */ | ||
| + | .tasklist button: | ||
| + | color: #000000; | ||
| + | } | ||
| + | /* SELECTED */ | ||
| + | .tasklist button: | ||
| + | color: #000000; | ||
| + | } | ||
| + | |||
| + | /* icon text not truncated */ | ||
| + | XfdesktopIconView.view { | ||
| + | | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | See the [[theming|theming section]] for more information. | ||
| + | |||
| + | [[|Back To Top]] | ||
| + | ---- | ||
| + | [[: | ||