diff --git a/doc/manual.html b/doc/manual.html index 303f691..def619a 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -270,6 +270,8 @@ Try to respect as much as possible the order of the options as given below.

<
  • color is specified in hex RGB, e.g. #ff0000 is red
  • opacity varies from (0 to 100), where 0 is fully transparent, 100 is fully opaque
  • +
  • border_content_tint_weight = integer : 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). (since 16.0)

  • +
  • background_content_tint_weight = integer : 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). (since 16.0)

  • You can define as many backgrounds as you want. For example, the following config defines two backgrounds:

    rounded = 1
     border_width = 0
    @@ -481,8 +483,8 @@ panel_size = 94% 30
     
  • task_text = boolean (0 or 1) : Whether to display the task text.

  • task_centered = boolean (0 or 1) : Whether the task text is centered.

  • task_tooltip = boolean (0 or 1) : Whether to show tooltips for tasks.

  • -
  • task_thumbnail = boolean (0 or 1) : Whether to show thumbnail tooltips for tasks.

  • -
  • task_thumbnail_size = width : Thumbnail size.

  • +
  • task_thumbnail = boolean (0 or 1) : Whether to show thumbnail tooltips for tasks. (since 16.0)

  • +
  • task_thumbnail_size = width : Thumbnail size. (since 16.0)

  • task_maximum_size = width height

    • width is used with horizontal panels to limit the size of the tasks. Use width = 0 to get full taskbar width.
    • diff --git a/doc/tint2.1 b/doc/tint2.1 index 3555440..346300e 100644 --- a/doc/tint2.1 +++ b/doc/tint2.1 @@ -150,6 +150,10 @@ The tint2 config file starts with the options defining background elements with .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 @@ The following options configure the task buttons in the taskbar: .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