Skip to content
/ tint2-1 Public
forked from o9000/tint2

Personal fork of the official repository at https://gitlab.com/o9000/tint2 with support for colors for unoccupied workspaces

License

Notifications You must be signed in to change notification settings

Axarva/tint2-1

This branch is 9 commits ahead of o9000/tint2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4571eb8 · Jul 23, 2021
Jun 24, 2021
Jun 24, 2021
Jun 24, 2021
Dec 29, 2017
Jul 29, 2018
Apr 13, 2017
Dec 19, 2017
Jun 24, 2021
May 31, 2018
Feb 26, 2017
Oct 2, 2008
Jun 24, 2021
Jul 23, 2021
Sep 19, 2009
Apr 13, 2017
Dec 21, 2017
Mar 25, 2017
Dec 6, 2020
Dec 27, 2017
Jul 4, 2015
Feb 28, 2016
Aug 4, 2018
Jun 24, 2021
May 5, 2015

Repository files navigation

Latest stable release: 17.0.1

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

Documentation: doc/tint2.md

Compile it with (after you install the dependencies):

git clone https://github.com/Axarva/tint2-1.git
cd tint2-1
mkdir build
cd build
cmake ..
make -j$(nproc)

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

About

Personal fork of the official repository at https://gitlab.com/o9000/tint2 with support for colors for unoccupied workspaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.8%
  • Python 3.4%
  • Other 1.8%