all repos — tint2 @ 224b7fba8298d18c22f208011d9dc09f86dff885

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Regenerate man page
o9000 mrovi9000@gmail.com
commit

224b7fba8298d18c22f208011d9dc09f86dff885

parent

d72fff965354e93cb8e2953dfdc9f9882265b74e

2 files changed, 10 insertions(+), 4 deletions(-)

jump to
M doc/manual.htmldoc/manual.html

@@ -270,6 +270,8 @@ <ul>

<li><code>color</code> is specified in hex RGB, e.g. #ff0000 is red</li> <li><code>opacity</code> varies from (0 to 100), where 0 is fully transparent, 100 is fully opaque</li> </ul></li> +<li><p><code>border_content_tint_weight = integer</code> : Mixes the border color with the content color (for tasks, this is the average color of the window icon). Values must be between 0 (no mixing) and 100 (fully replaces the color). <em>(since 16.0)</em></p></li> +<li><p><code>background_content_tint_weight = integer</code> : Mixes the background color with the content color (for tasks, this is the average color of the window icon). Values must be between 0 (no mixing) and 100 (fully replaces the color). <em>(since 16.0)</em></p></li> </ul> <p>You can define as many backgrounds as you want. For example, the following config defines two backgrounds:</p><pre class="highlight plaintext"><code>rounded = 1 border_width = 0

@@ -481,8 +483,8 @@ <li><p><code>task_icon = boolean (0 or 1)</code> : Whether to display the task icon. There is no explicit option to control the task icon size; it depends on the vertical padding set with <code>task_padding</code>.</p></li>

<li><p><code>task_text = boolean (0 or 1)</code> : Whether to display the task text.</p></li> <li><p><code>task_centered = boolean (0 or 1)</code> : Whether the task text is centered.</p></li> <li><p><code>task_tooltip = boolean (0 or 1)</code> : Whether to show tooltips for tasks.</p></li> -<li><p><code>task_thumbnail = boolean (0 or 1)</code> : Whether to show thumbnail tooltips for tasks.</p></li> -<li><p><code>task_thumbnail_size = width</code> : Thumbnail size.</p></li> +<li><p><code>task_thumbnail = boolean (0 or 1)</code> : Whether to show thumbnail tooltips for tasks. <em>(since 16.0)</em></p></li> +<li><p><code>task_thumbnail_size = width</code> : Thumbnail size. <em>(since 16.0)</em></p></li> <li><p><code>task_maximum_size = width height</code></p> <ul> <li><code>width</code> is used with horizontal panels to limit the size of the tasks. Use <code>width = 0</code> to get full taskbar width.</li>
M doc/tint2.1doc/tint2.1

@@ -150,6 +150,10 @@ \fB\fCcolor\fR is specified in hex RGB, e.g. #ff0000 is red

.IP \(bu 2 \fB\fCopacity\fR varies from (0 to 100), where 0 is fully transparent, 100 is fully opaque .RE +.IP \(bu 2 +\fB\fCborder_content_tint_weight = integer\fR : Mixes the border color with the content color (for tasks, this is the average color of the window icon). Values must be between 0 (no mixing) and 100 (fully replaces the color). \fI(since 16.0)\fP +.IP \(bu 2 +\fB\fCbackground_content_tint_weight = integer\fR : Mixes the background color with the content color (for tasks, this is the average color of the window icon). Values must be between 0 (no mixing) and 100 (fully replaces the color). \fI(since 16.0)\fP .RE .PP You can define as many backgrounds as you want. For example, the following config defines two backgrounds:

@@ -508,9 +512,9 @@ \fB\fCtask_centered = boolean (0 or 1)\fR : Whether the task text is centered.

.IP \(bu 2 \fB\fCtask_tooltip = boolean (0 or 1)\fR : Whether to show tooltips for tasks. .IP \(bu 2 -\fB\fCtask_thumbnail = boolean (0 or 1)\fR : Whether to show thumbnail tooltips for tasks. +\fB\fCtask_thumbnail = boolean (0 or 1)\fR : Whether to show thumbnail tooltips for tasks. \fI(since 16.0)\fP .IP \(bu 2 -\fB\fCtask_thumbnail_size = width\fR : Thumbnail size. +\fB\fCtask_thumbnail_size = width\fR : Thumbnail size. \fI(since 16.0)\fP .IP \(bu 2 \fB\fCtask_maximum_size = width height\fR .RS