tint2 fork to show minimized windows across all desktops in the taskbar
Find a file
2023-03-07 23:05:46 -07:00
doc Completed refresh-execp 2021-12-12 01:29:15 +00:00
packaging attempt to port to gtk3 2021-01-04 22:06:31 +01:00
src hack some stuff to get only minimized windows, across all desktops 2023-03-07 23:05:46 -07:00
test CI script: remove ANSI color codes 2017-12-29 14:45:47 +01:00
themes Replace notify-send with xmessage for minimalist setups 2018-07-29 22:32:01 +00:00
.clang-format Set indentation to use spaces instead of tabs, add auto indentation script 2017-04-13 14:06:37 +02:00
.gitignore New unit testing skeleton 2017-12-19 15:28:57 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2021-06-27 23:47:21 +00:00
AUTHORS Completed refresh-execp 2021-12-12 01:29:15 +00:00
ChangeLog changelog for new feature 2021-12-12 02:38:23 +01:00
CMakeLists.txt Completed refresh-execp 2021-12-12 01:29:15 +00:00
CONTRIBUTING.md Add contribution guide 2017-02-26 16:30:54 +00:00
COPYING New import 2008-10-02 18:47:02 +00:00
default_icon.png add default icon on task (/usr/share/tint2/default_icon.png needed) 2009-09-19 05:30:43 +00:00
format-code.sh Set indentation to use spaces instead of tabs, add auto indentation script 2017-04-13 14:06:37 +02:00
get_version.sh get_version.sh: allow running outside source tree 2017-12-21 17:25:33 +01:00
make_release.sh Release 0.13.3 2017-03-25 12:00:25 +01:00
new-release.py fix release script 2019-07-14 23:15:01 -07:00
README.md freeze code 2022-01-31 18:01:29 +00:00
tint2.config Timer: add testing base 2017-12-27 22:18:02 +01:00
tint2.creator Add IDE files 2015-07-04 16:57:45 +02:00
tint2.desktop Updated desktop files 2016-02-28 12:17:28 +01:00
tint2.files Update project file 2018-08-04 18:02:32 +00:00
tint2.includes attempt to port to gtk3 2021-01-04 22:06:31 +01:00
tint2.svg Adding missing icons 2015-05-05 11:18:55 +02:00

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

  • Panel with taskbar, system tray, clock and launcher icons;
  • Easy to customize: color/transparency on fonts, icons, borders and backgrounds;
  • Pager like capability: move tasks between workspaces (virtual desktops), switch between workspaces;
  • Multi-monitor capability: create one panel per monitor, showing only the tasks from the current monitor;
  • Customizable mouse events.

Goals

  • Be unintrusive and light (in terms of memory, CPU and aesthetic);
  • Follow the freedesktop.org specifications;
  • Make certain workflows, such as multi-desktop and multi-monitor, easy to use.

I want it!

How do I ...

Known issues

  • Graphical glitches on Intel graphics cards can be avoided by changing the acceleration method to UXA (issue 595)
  • Window managers that do not follow exactly the EWMH specification might not interact well with tint2 (issue 627).
  • Full transparency requires a compositor such as Compton (if not provided already by the window manager, as in Compiz/Unity, KDE or XFCE).

How can I help out?

  • Report bugs and ask questions on the issue tracker;
  • Contribute to the development by helping us fix bugs and suggesting new features. Please read the contribution guide: CONTRIBUTING.md

Links

Screenshots

Default config:

Screenshot_2016-01-23_14-42-57

Various configs:

Demos

More