all repos — tint2 @ d2b32d528f92891d4b185f6febd08835b231c3a3

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

Release 0.12.9
o9000 mrovi9000@gmail.com
commit

d2b32d528f92891d4b185f6febd08835b231c3a3

parent

ad675495e62840c34c1bef3aac93b37a044d3764

2 files changed, 12 insertions(+), 9 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

-2016-03-25 master +2016-04-02 0.12.9 - Fixes: - - Do not detect empty areas as clickable + - Regression: Do not detect empty areas as clickable (issue #572) + - Regression: Position and resize task icon correctly (issue #575) + - Use imlib2 for taking screenshot; if it fails, use Xlib (issue #574) + - Battery: lower sample frequency when there is no support for reading current/power 2016-03-25 0.12.8 - Major changes (see details below):
M README.mdREADME.md

@@ -1,25 +1,25 @@

-# New stable release: 0.12.8 -Changes: https://gitlab.com/o9000/tint2/blob/0.12.8/ChangeLog +# New stable release: 0.12.9 +Changes: https://gitlab.com/o9000/tint2/blob/0.12.9/ChangeLog Documentation: https://gitlab.com/o9000/tint2/wikis/Configure -Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): +Compile it with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)): ``` git clone https://gitlab.com/o9000/tint2.git cd tint2 -git checkout 0.12.8 +git checkout 0.12.9 mkdir build cd build cmake .. make -j4 -./tint2 & -./src/tint2conf/tint2conf & ``` -To install from source, also run (as root): +To install, run (as root): ``` make install ``` + +And then you can run the panel `tint2` and the configuration program `tint2conf`. Please report any problems to https://gitlab.com/o9000/tint2/issues. Your feedback is much appreciated.