diff --git a/doc/manual.html b/doc/manual.html
index deedfcd..97eb660 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -364,12 +364,12 @@ gradient_id_pressed = 2
@@ -456,7 +456,7 @@ panel_size = 94% 30
taskbar_active_background_id = integer
: Which background to use for the taskbar of the current virtual desktop.
taskbar_hide_inactive_tasks = boolean (0 or 1)
: If enabled, the taskbar shows only the active task. (since 0.12)
taskbar_hide_different_monitor = boolean (0 or 1)
: If enabled, the taskbar shows only the tasks from the current monitor. Useful when running different tint2 instances on different monitors, each one having its own config. (since 0.12)
-taskbar_hide_different_desktop = boolean (0 or 1)
: If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi-desktop taskbars more compact, but still allow desktop switching with mouse click. (since 0.15)
+taskbar_hide_different_desktop = boolean (0 or 1)
: If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi-desktop taskbars more compact, but still allow desktop switching with mouse click. (since 1.0)
taskbar_always_show_all_desktop_tasks = boolean (0 or 1)
: Has effect only if taskbar_mode = multi_desktop
. If enabled, tasks that appear on all desktops are shown on all taskbars. Otherwise, they are shown only on the taskbar of the current desktop. (since 0.12.4)
taskbar_sort_order = none/title/center
: Specifies the sort order of the tasks on the taskbar. (since 0.12)
@@ -524,7 +524,7 @@ panel_size = 94% 30
systray_sort = ascending/descending/left2right/right2left
: Specifies the sorting order for the icons in the systray: in ascending/descending alphabetical order of the icon title, or always add icons to the right/left (note that with left2right
or right2left
the order can be different on panel restart).
systray_icon_size = max_icon_size
: Set the maximum system tray icon size to number
. Set to 0
for automatic icon sizing.
systray_icon_asb = alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100)
: Adjust the systray icons color and transparency.
-systray_monitor = integer (1, 2, ...)
: On which monitor to draw the systray. The first monitor is 1
. (since 0.12)
+systray_monitor = integer (1, 2, ...) or primary
: On which monitor to draw the systray. The first monitor is 1
. (since 0.12)
systray_name_filter = string
: Regular expression to identify icon names to be hidden. For example, ^audacious$
will hide icons with the exact name audacious
, while aud
will hide any icons having aud
in the name. (since 0.13.1)
Clock
@@ -567,10 +567,11 @@ panel_size = 94% 30
battery_hide = never/integer (0 to 100)
: At what battery percentage the battery item is hidden.
battery_low_status = integer
: At what battery percentage the low command is executed.
battery_low_cmd = notify-send "battery low"
: Command to execute when the battery is low.
+battery_full_cmd = notify-send "battery full"
: Command to execute when the battery is full.
bat1_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
bat2_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
battery_font_color = color opacity (0 to 100)
-bat1_format = FORMAT_STRING
: Format for battery line 1. Default: %p. (since 0.15) Format specification:
+bat1_format = FORMAT_STRING
: Format for battery line 1. Default: %p. (since 1.0) Format specification:
- %s: State (charging, discharging, full, unknown).
- %m: Minutes left until completely charged/discharged (estimated).
@@ -578,7 +579,7 @@ panel_size = 94% 30
- %t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful\" when full.
- %p: Percentage. Includes the % sign.
-bat2_format = FORMAT_STRING
: Format for battery line 2. Default: %t. (since 0.15)
+bat2_format = FORMAT_STRING
: Format for battery line 2. Default: %t. (since 1.0)
battery_padding = horizontal_padding vertical_padding
battery_background_id = integer
: Which background to use for the battery.
battery_tooltip_enabled = boolean (0 or 1)
: Enable/disable battery tooltips. (since 0.12.3)
diff --git a/doc/tint2.1 b/doc/tint2.1
index 1b00f4a..21099f1 100644
--- a/doc/tint2.1
+++ b/doc/tint2.1
@@ -309,7 +309,7 @@ gradient_id_pressed = 2
.PP
For example, \fB\fCpanel_items = STC\fR will show the systray, the taskbar and the clock (from left to right).
.IP \(bu 2
-\fB\fCpanel_monitor = monitor (all or 1 or 2 or ...)\fR : Which monitor tint2 draws the panel on
+\fB\fCpanel_monitor = monitor (all or primary or 1 or 2 or ...)\fR : Which monitor tint2 draws the panel on
.RS
.IP \(bu 2
The first monitor is \fB\fC1\fR
@@ -317,7 +317,7 @@ The first monitor is \fB\fC1\fR
Use \fB\fCpanel_monitor = all\fR to get a separate panel per monitor
.RE
.IP \(bu 2
-\fB\fCprimary_monitor_first = boolean (0 or 1)\fR : Place the primary monitor before all the other monitors in the list. \fI(since 0.12.4)\fP
+\fB\fCprimary_monitor_first = boolean (0 or 1)\fR : Place the primary monitor before all the other monitors in the list. \fI(since 0.12.4; removed in 1.0, use \fB\fCprimary\fR instead)\fP
.RE
.PP
[](images/panel_padding.jpg)
@@ -461,7 +461,7 @@ You can switch between virtual desktops.
.IP \(bu 2
\fB\fCtaskbar_hide_different_monitor = boolean (0 or 1)\fR : If enabled, the taskbar shows only the tasks from the current monitor. Useful when running different tint2 instances on different monitors, each one having its own config. \fI(since 0.12)\fP
.IP \(bu 2
-\fB\fCtaskbar_hide_different_desktop = boolean (0 or 1)\fR : If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi\-desktop taskbars more compact, but still allow desktop switching with mouse click. \fI(since 0.15)\fP
+\fB\fCtaskbar_hide_different_desktop = boolean (0 or 1)\fR : If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi\-desktop taskbars more compact, but still allow desktop switching with mouse click. \fI(since 1.0)\fP
.IP \(bu 2
\fB\fCtaskbar_always_show_all_desktop_tasks = boolean (0 or 1)\fR : Has effect only if \fB\fCtaskbar_mode = multi_desktop\fR\&. If enabled, tasks that appear on all desktops are shown on all taskbars. Otherwise, they are shown only on the taskbar of the current desktop. \fI(since 0.12.4)\fP
.IP \(bu 2
@@ -580,7 +580,7 @@ The action semantics:
.IP \(bu 2
\fB\fCsystray_icon_asb = alpha (0 to 100) saturation (\-100 to 100) brightness (\-100 to 100)\fR : Adjust the systray icons color and transparency.
.IP \(bu 2
-\fB\fCsystray_monitor = integer (1, 2, ...)\fR : On which monitor to draw the systray. The first monitor is \fB\fC1\fR\&. \fI(since 0.12)\fP
+\fB\fCsystray_monitor = integer (1, 2, ...) or primary\fR : On which monitor to draw the systray. The first monitor is \fB\fC1\fR\&. \fI(since 0.12)\fP
.IP \(bu 2
\fB\fCsystray_name_filter = string\fR : Regular expression to identify icon names to be hidden. For example, \fB\fC^audacious$\fR will hide icons with the exact name \fB\fCaudacious\fR, while \fB\fCaud\fR will hide any icons having \fB\fCaud\fR in the name. \fI(since 0.13.1)\fP
.RE
@@ -653,13 +653,15 @@ To hide the clock, comment \fB\fCtime1_format\fR and \fB\fCtime2_format\fR\&.
.IP \(bu 2
\fB\fCbattery_low_cmd = notify\-send "battery low"\fR : Command to execute when the battery is low.
.IP \(bu 2
+\fB\fCbattery_full_cmd = notify\-send "battery full"\fR : Command to execute when the battery is full.
+.IP \(bu 2
\fB\fCbat1_font = [FAMILY\-LIST] [STYLE\-OPTIONS] [SIZE]\fR
.IP \(bu 2
\fB\fCbat2_font = [FAMILY\-LIST] [STYLE\-OPTIONS] [SIZE]\fR
.IP \(bu 2
\fB\fCbattery_font_color = color opacity (0 to 100)\fR
.IP \(bu 2
-\fB\fCbat1_format = FORMAT_STRING\fR : Format for battery line 1. Default: %p. \fI(since 0.15)\fP Format specification:
+\fB\fCbat1_format = FORMAT_STRING\fR : Format for battery line 1. Default: %p. \fI(since 1.0)\fP Format specification:
.RS
.IP \(bu 2
%s: State (charging, discharging, full, unknown).
@@ -673,7 +675,7 @@ To hide the clock, comment \fB\fCtime1_format\fR and \fB\fCtime2_format\fR\&.
%p: Percentage. Includes the % sign.
.RE
.IP \(bu 2
-\fB\fCbat2_format = FORMAT_STRING\fR : Format for battery line 2. Default: %t. \fI(since 0.15)\fP
+\fB\fCbat2_format = FORMAT_STRING\fR : Format for battery line 2. Default: %t. \fI(since 1.0)\fP
.IP \(bu 2
\fB\fCbattery_padding = horizontal_padding vertical_padding\fR
.IP \(bu 2
diff --git a/doc/tint2.md b/doc/tint2.md
index 2e71ce5..b7642b2 100644
--- a/doc/tint2.md
+++ b/doc/tint2.md
@@ -262,7 +262,7 @@ gradient_id_pressed = 2
* The first monitor is `1`
* Use `panel_monitor = all` to get a separate panel per monitor
- * `primary_monitor_first = boolean (0 or 1)` : Place the primary monitor before all the other monitors in the list. *(since 0.12.4; removed in 0.15, use `primary` instead)*
+ * `primary_monitor_first = boolean (0 or 1)` : Place the primary monitor before all the other monitors in the list. *(since 0.12.4; removed in 1.0, use `primary` instead)*
![](images/panel_padding.jpg)
@@ -370,7 +370,7 @@ panel_size = 94% 30
* `taskbar_hide_different_monitor = boolean (0 or 1)` : If enabled, the taskbar shows only the tasks from the current monitor. Useful when running different tint2 instances on different monitors, each one having its own config. *(since 0.12)*
- * `taskbar_hide_different_desktop = boolean (0 or 1)` : If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi-desktop taskbars more compact, but still allow desktop switching with mouse click. *(since 0.15)*
+ * `taskbar_hide_different_desktop = boolean (0 or 1)` : If enabled, the taskbar shows only the tasks from the current desktop. Useful to make multi-desktop taskbars more compact, but still allow desktop switching with mouse click. *(since 1.0)*
* `taskbar_always_show_all_desktop_tasks = boolean (0 or 1)` : Has effect only if `taskbar_mode = multi_desktop`. If enabled, tasks that appear on all desktops are shown on all taskbars. Otherwise, they are shown only on the taskbar of the current desktop. *(since 0.12.4)*
@@ -544,14 +544,14 @@ The action semantics:
* `battery_font_color = color opacity (0 to 100)`
- * `bat1_format = FORMAT_STRING` : Format for battery line 1. Default: %p. *(since 0.15)* Format specification:
+ * `bat1_format = FORMAT_STRING` : Format for battery line 1. Default: %p. *(since 1.0)* Format specification:
* %s: State (charging, discharging, full, unknown).
- * %m: Minutes left until completely charged/discharged (estimated).
- * %h: Hours left until completely charged/discharged (estimated).
- * %t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful\" when full.
- * %p: Percentage. Includes the % sign.
+ * %m: Minutes left until completely charged/discharged (estimated).
+ * %h: Hours left until completely charged/discharged (estimated).
+ * %t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful\" when full.
+ * %p: Percentage. Includes the % sign.
- * `bat2_format = FORMAT_STRING` : Format for battery line 2. Default: %t. *(since 0.15)*
+ * `bat2_format = FORMAT_STRING` : Format for battery line 2. Default: %t. *(since 1.0)*
* `battery_padding = horizontal_padding vertical_padding`