all repos — tint2 @ main

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

496f26af
hack some stuff to get only minimized windows, across all desktops
Iris Lightshard nilix@nilfm.cc
f3aa2ef0
freeze code
Chris Lee @klee93
60734e01
changelog for new feature
Chris Lee @klee93

Latest stable release: 17.0.2

The final release of tint2 is 17.0.2. The code is frozen and no more feature requests are accepted.

Changes: https://gitlab.com/o9000/tint2/blob/17.0.2/ChangeLog

Documentation: doc/tint2.md

Compile it with (after you install the dependencies):

git clone https://gitlab.com/o9000/tint2.git
cd tint2
git checkout 17.0.2
mkdir build
cd build
cmake ..
make -j4

To install, run (as root):

make install
update-icon-caches /usr/local/share/icons/hicolor
update-mime-database /usr/local/share/mime

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.

P.S. GitLab is now the official location of the tint2 project, migrated from Google Code, which is shutting down. In case you are wondering why not GitHub, BitBucket etc., we chose GitLab because it is open source, it is mature and works well, looks cool and has a very nice team.

What is tint2?

tint2 is a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox but it should also work with other window managers (GNOME, KDE, XFCE etc.). It is based on ttm https://code.google.com/p/ttm/.

Features

Goals

I want it!

How do I …

Known issues

How can I help out?

Links

Screenshots

Default config:

Screenshot_2016-01-23_14-42-57

Various configs:

Demos

More

clone
git clone https://hacklab.nilfm.cc/tint2