You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`label`|[Dynamic String](dynamic-values#dynamic-string)|`null`| Widget text label. Pango markup and embedded scripts are supported. |
60
+
|`orientation`|`'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) |`'horizontal'`| Orientation of the label text. |
61
+
|`justify`|`'left'`, `'right'`, `'center'`, or `'fill'`|`'left'`| Justification (alignment) of the label text. |
62
+
|`truncate`|`'start'` or `'middle'` or `'end'` or `off` or `Map`|`off`| The location of the ellipses and where to truncate text from. Leave null to avoid truncating. Use the long-hand `Map` version if specifying a length. |
63
+
|`truncate.mode`|`'start'` or `'middle'` or `'end'` or `off`|`off`| The location of the ellipses and where to truncate text from. Leave null to avoid truncating. |
64
+
|`truncate.length`|`integer`|`null`| The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
65
+
|`truncate.max_length`|`integer`|`null`| The maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
|`label`|[Dynamic String](dynamic-values#dynamic-string)|`null`| Text to show on label. |
13
+
|`truncate`|`'start'` or `'middle'` or `'end'` or `off` or `Map`|`off`| The location of the ellipses and where to truncate text from. Leave null to avoid truncating. Use the long-hand `Map` version if specifying a length. |
14
+
|`truncate.mode`|`'start'` or `'middle'` or `'end'` or `off`|`off`| The location of the ellipses and where to truncate text from. Leave null to avoid truncating. |
15
+
|`truncate.length`|`integer`|`null`| The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
16
+
|`truncate.max_length`|`integer`|`null`| The maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
|`favorites`|`string[]`|`[]`| List of app IDs (or classes) to always show at the start of the launcher. |
19
-
|`show_names`|`boolean`|`false`| Whether to show app names on the button label. Names will still show on tooltips when set to false. |
20
-
|`show_icons`|`boolean`|`true`| Whether to show app icons on the button. |
21
-
|`icon_size`|`integer`|`32`| Size to render icon at (image icons only). |
22
-
|`reversed`|`boolean`|`false`| Whether to reverse the order of favorites/items |
23
-
|`minimize_focused`|`boolean`|`true`| Whether to minimize a focused window when its icon is clicked. Only minimizes single windows. |
24
-
|`truncate.mode`|`'start'` or `'middle'` or `'end'` or `off`|`end`| The location of the ellipses and where to truncate text from. Applies to application names when `show_names` is enabled. |
25
-
|`truncate.length`|`integer`|`null`| The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
26
-
|`truncate.max_length`|`integer`|`null`| The maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
27
-
|`truncate_popup.mode`|`'start'` or `'middle'` or `'end'` or `off`|`middle`| The location of the ellipses and where to truncate text from. Applies to window names within a group popup. |
28
-
|`truncate_popup.length`|`integer`|`null`| The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
29
-
|`truncate_popup.max_length`|`integer`|`25`| The maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
|`favorites`|`string[]`|`[]`| List of app IDs (or classes) to always show at the start of the launcher. |
19
+
|`show_names`|`boolean`|`false`| Whether to show app names on the button label. Names will still show on tooltips when set to false. |
20
+
|`show_icons`|`boolean`|`true`| Whether to show app icons on the button. |
21
+
|`icon_size`|`integer`|`32`| Size to render icon at (image icons only). |
22
+
|`reversed`|`boolean`|`false`| Whether to reverse the order of favorites/items |
23
+
|`minimize_focused`|`boolean`|`true`| Whether to minimize a focused window when its icon is clicked. Only minimizes single windows. |
24
+
|`truncate.mode`|`'start'` or `'middle'` or `'end'` or `off`|`end`| Location of the ellipses and where to truncate text from. Applies to application names when `show_names` is enabled. |
25
+
|`truncate.length`|`integer`|`null`| Fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
26
+
|`truncate.max_length`|`integer`|`null`| Maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
27
+
|`truncate_popup.mode`|`'start'` or `'middle'` or `'end'` or `off`|`middle`| Location of the ellipses and where to truncate text from. Applies to window names within a group popup. |
28
+
|`truncate_popup.length`|`integer`|`null`| Fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |
29
+
|`truncate_popup.max_length`|`integer`|`25`| Maximum number of characters before truncating. Leave blank to let GTK automatically handle. |
30
+
|`page_size`|`integer`|`1000`| Number of items to show on a page. When the number of items is reached, controls appear which can be used to move forward/back through the list of items. |
31
+
|`icons.page_back`|`string` or [image](images)|``| Icon to show for page back button. |
32
+
|`icons.page_forward`|`string` or [image](images)|``| Icon to show for page forward button. |
0 commit comments