tint2/README.md

79 lines
3 KiB
Markdown
Raw Normal View History

2016-01-29 22:09:12 +00:00
# New stable release: 0.12.7
Changes: https://gitlab.com/o9000/tint2/blob/0.12.7/ChangeLog
2015-04-25 21:15:08 +00:00
2015-11-12 11:45:07 +00:00
Documentation: https://gitlab.com/o9000/tint2/wikis/Configure
2015-04-25 21:15:08 +00:00
2015-04-27 16:45:12 +00:00
Try it out with (see also [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):
2015-04-25 21:12:12 +00:00
```
2015-07-13 05:31:43 +00:00
git clone https://gitlab.com/o9000/tint2.git
cd tint2
2016-01-29 22:09:12 +00:00
git checkout 0.12.7
2015-04-25 21:12:12 +00:00
mkdir build
cd build
cmake ..
make -j4
./tint2 &
./src/tint2conf/tint2conf &
```
2015-07-12 12:42:47 +00:00
To install from source, also run (as root):
```
make install
```
2015-04-25 21:15:08 +00:00
Please report any problems to https://gitlab.com/o9000/tint2/issues. Your feedback is much appreciated.
2015-04-25 21:12:12 +00:00
2015-04-26 13:28:23 +00:00
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.
2015-04-25 21:42:58 +00:00
2016-01-23 13:55:58 +00:00
# What is tint2?
2015-04-24 05:40:06 +00:00
2015-04-24 07:11:05 +00:00
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 http://code.google.com/p/ttm/.
2015-04-24 05:40:06 +00:00
2016-01-23 13:55:58 +00:00
# Features
2015-04-24 07:11:05 +00:00
* 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.
2016-01-23 13:55:58 +00:00
# Goals
2015-04-24 07:11:05 +00:00
* 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.
2016-01-23 13:55:58 +00:00
# I want it!
2015-04-24 07:11:05 +00:00
2015-04-24 07:16:13 +00:00
* [Install tint2](https://gitlab.com/o9000/tint2/wikis/Install)
2015-04-24 07:11:05 +00:00
2016-01-23 13:55:58 +00:00
# How do I ...
2015-04-24 07:11:05 +00:00
2015-04-24 07:16:13 +00:00
* [Install](https://gitlab.com/o9000/tint2/wikis/Install)
* [Configure](https://gitlab.com/o9000/tint2/wikis/Configure)
* [Add applet not supported by tint2](https://gitlab.com/o9000/tint2/wikis/ThirdPartyApplets)
* [Other frequently asked questions](https://gitlab.com/o9000/tint2/wikis/FAQ)
* [Obtain a stack trace when tint2 crashes](https://gitlab.com/o9000/tint2/wikis/Debug)
2015-04-24 07:11:05 +00:00
2016-01-23 13:55:58 +00:00
# How can I help out?
2015-04-24 07:11:05 +00:00
* Report bugs and ask questions on the [issue tracker](https://gitlab.com/o9000/tint2/issues);
* Contribute to the development by helping us fix bugs and suggesting new features.
2015-04-24 05:40:06 +00:00
2016-01-23 13:55:58 +00:00
# Links
2015-04-24 07:11:05 +00:00
* Home page: https://gitlab.com/o9000/tint2
2015-04-24 07:16:13 +00:00
* Git repository: https://gitlab.com/o9000/tint2.git
2015-04-24 07:11:05 +00:00
* Documentation: https://gitlab.com/o9000/tint2/wikis/home
* Downloads: https://gitlab.com/o9000/tint2-archive/tree/master or https://code.google.com/p/tint2/downloads/list
* Old project location (inactive): https://code.google.com/p/tint2
2015-04-24 05:47:50 +00:00
2016-01-23 13:55:58 +00:00
# Screenshots
## Default config of the latest release:
![Screenshot_2016-01-23_14-42-57](https://gitlab.com/o9000/tint2/uploads/948fa74eca60864352a033580350b4c3/Screenshot_2016-01-23_14-42-57.png)
## Various configurations:
![screenshot](https://gitlab.com/o9000/tint2/wikis/screenshot.png)