Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:xfce4-panel:windowmenu [2019/12/09 07:25] – kevinbowen | xfce:xfce4-panel:windowmenu [2025/05/04 16:33] (current) – [Style Properties] Fix the usage of enum PANGO_TYPE_ELLIPSIZE_MODE in css woab | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | {{ :xfce: | + | {{ : |
| - | ====== Window Menu ====== | + | ====== |
| The //Window Menu// panel plugin allows you to switch between application windows using a menu. | The //Window Menu// panel plugin allows you to switch between application windows using a menu. | ||
| Line 11: | Line 11: | ||
| ===== Properties ===== | ===== Properties ===== | ||
| - | <figure " | + | <figure " |
| - | {{: | + | {{: |
| </ | </ | ||
| Line 45: | Line 45: | ||
| You can set a custom icon size in gtk-icon-sizes with the name '' | You can set a custom icon size in gtk-icon-sizes with the name '' | ||
| - | <file txt .gtkrc-2.0> | + | <file txt ~/.config/gtk-3.0/gtk.css> |
| - | style " | + | # Ellipsizing used in the menu label. |
| - | { | + | # valid values are: none, start, middle, end |
| - | | + | * { -XfceWindowMenuPlugin-ellipsize-mode: middle; } |
| - | XfceWindowMenuPlugin::ellipsize-mode | + | |
| - | | + | # Maximum number of characters in the menu label before it will |
| - | # be ellipsized. | + | # be ellipsized. |
| - | XfceWindowMenuPlugin::max-width-chars | + | # calculated automatically. |
| + | * { -XfceWindowMenuPlugin-max-width-chars:24; } | ||
| - | | + | # 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). |
| - | XfceWindowMenuPlugin::minimized-icon-lucency | + | * { -XfceWindowMenuPlugin-minimized-icon-lucency: 50; } |
| - | } | + | |
| - | class " | + | |
| </ | </ | ||
| - | See the section | + | See the [[theming|theming section]] for more information. |
| [[|Back To Top]] | [[|Back To Top]] | ||
| ---- | ---- | ||
| - | [[ : | + | [[: |