From 044bad6c4013f6836dbc885040e0b7ca1248e2d4 Mon Sep 17 00:00:00 2001 From: Chris Lee <@klee93> Date: Sat, 4 Aug 2018 18:06:12 +0000 Subject: [PATCH] Release 16.5 --- ChangeLog | 3 ++- README.md | 6 +++--- doc/manual.html | 3 ++- doc/readme.html | 4 ++-- doc/tint2.1 | 6 ++++-- doc/tint2.md | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c149d5..3aa97ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2018-08-04 master +2018-08-04 16.5 - Add new build script - Add option to sort taskbar by application name - Fix regression in image loading @@ -1011,3 +1011,4 @@ released tint-0.2 . . . +. diff --git a/README.md b/README.md index 6decfce..523bfc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Latest stable release: 16.4 -Changes: https://gitlab.com/o9000/tint2/blob/16.4/ChangeLog +# Latest stable release: 16.5 +Changes: https://gitlab.com/o9000/tint2/blob/16.5/ChangeLog Documentation: [doc/tint2.md](doc/tint2.md) @@ -8,7 +8,7 @@ Compile it with (after you install the [dependencies](https://gitlab.com/o9000/t ``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 16.4 +git checkout 16.5 mkdir build cd build cmake .. diff --git a/doc/manual.html b/doc/manual.html index 07a9147..ab94a81 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -466,6 +466,7 @@ panel_size = 94% 30
none
: No sorting. New tasks are simply appended at the end of the taskbar when they appear.title
: Sorts the tasks by title.application
: Sorts the tasks by application name. (since 16.3)center
: Sorts the tasks by their window centers.mru
: Shows the most recently used tasks first. (since 0.12.4)lru
: Shows the most recently used tasks last. (since 0.12.4)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_low_cmd = xmessage 'tint2: 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]
Changes: https://gitlab.com/o9000/tint2/blob/16.4/ChangeLog
Documentation: manual.html
Compile it with (after you install the dependencies):
git clone https://gitlab.com/o9000/tint2.git
+Latest stable release: 16.5
Changes: https://gitlab.com/o9000/tint2/blob/16.5/ChangeLog
Documentation: manual.html
Compile it with (after you install the dependencies):
git clone https://gitlab.com/o9000/tint2.git
cd tint2
-git checkout 16.4
+git checkout 16.5
mkdir build
cd build
cmake ..
diff --git a/doc/tint2.1 b/doc/tint2.1
index b2a8ea3..acec65b 100644
--- a/doc/tint2.1
+++ b/doc/tint2.1
@@ -1,4 +1,4 @@
-.TH TINT2 1 "2018\-05\-03" 16.4
+.TH TINT2 1 "2018\-08\-04" 16.5
.SH NAME
.PP
tint2 \- lightweight panel/taskbar
@@ -480,6 +480,8 @@ You can switch between virtual desktops.
.IP \(bu 2
\fB\fCtitle\fR : Sorts the tasks by title.
.IP \(bu 2
+\fB\fCapplication\fR : Sorts the tasks by application name. \fI(since 16.3)\fP
+.IP \(bu 2
\fB\fCcenter\fR : Sorts the tasks by their window centers.
.IP \(bu 2
\fB\fCmru\fR : Shows the most recently used tasks first. \fI(since 0.12.4)\fP
@@ -663,7 +665,7 @@ To hide the clock, comment \fB\fCtime1_format\fR and \fB\fCtime2_format\fR\&.
.IP \(bu 2
\fB\fCbattery_low_status = integer\fR: At what battery percentage the low command is executed.
.IP \(bu 2
-\fB\fCbattery_low_cmd = notify\-send "battery low"\fR : Command to execute when the battery is low.
+\fB\fCbattery_low_cmd = xmessage 'tint2: 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
diff --git a/doc/tint2.md b/doc/tint2.md
index c1490df..4313569 100644
--- a/doc/tint2.md
+++ b/doc/tint2.md
@@ -1,4 +1,4 @@
-# TINT2 1 "2018-05-03" 16.4
+# TINT2 1 "2018-08-04" 16.5
## NAME
tint2 - lightweight panel/taskbar