Release 17.1
[tint2-nick87720z.git] / README.md
blobda68f6d2e47c20cf257bb0bd2a7400d9d71ba45e
1 ## TINT2 needs help
3 I had to adopt tint2 from [o9000](https://gitlab.com/o9000/tint2) account rather automatically after it was suddenly sentenced to end-of-life by previous maintainer without warning. My free time is too limited, so I may not be able to keep pace with all bugs and feature requests, some of whom need to be recovered yet (Chris Lee disabled sections for MR and issues).
5 There already was number of fixes, optimizations and just enhancements since 2021, just now I just merging whatever I already have. There are still few more ideas to implement, until I can consider tint2's development is exhausted without breaking some of its own core rules, starting with lightweightness and versatility.
7 Testing for BSD specifically will not be possible as I don't use it anywhere, so at most I'm able to check POSIX compatibility.
9 So, for short - any help is welcome, not a problem if someone maintains own fork for a while when I'm unable to respond about own fork.
11 Code does not die. Not as long as there's compiler, able to build it, and system, able to run it, in the world. Moreover while it's FLOSS project.
13 # Latest stable release: 17.1
15 Changes: https://gitlab.com/nick87720z/tint2/blob/17.1/ChangeLog
17 Documentation: [doc/tint2.md](doc/tint2.md)
19 Compile it with (after you install the [dependencies](https://gitlab.com/o9000/tint2/wikis/Install#dependencies)):
21 ```
22 git clone https://gitlab.com/nick87720z/tint2.git
23 cd tint2
24 git checkout 17.1
25 mkdir build
26 cd build
27 cmake ..
28 make -j4
29 ```
31 To install, run (as root):
33 ```
34 make install
35 update-icon-caches /usr/local/share/icons/hicolor
36 update-mime-database /usr/local/share/mime
37 ```
39 And then you can run the panel `tint2` and the configuration program `tint2conf`.
41 Please report any problems to https://gitlab.com/nick87720z/tint2/issues. Your feedback is much appreciated.
43 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.
45 # What is tint2?
47 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/.
49 # Features
51   * Panel with configurable set of applets:
52     - taskbar, system tray, clock, launcher
53     - arbitrary buttons with configurable commands per each mouse button (including scroll buttons)
54     - executors - like buttons, but using configurable command to set appearance (see manual)
55   * Easy to customize:
56     - Color/transparency on fonts, icons, borders and backgrounds;  
57     **Note:** Full transparency requires a compositor such as Compton (if not provided already by the window manager, as in Compiz/Unity, KDE or XFCE);
58     - Customizable mouse events;
59     - Customizable interpreters for action commands;
60   * Pager like capability: move tasks between workspaces (virtual desktops), switch between workspaces;
61   * Multi-monitor capability: create a panel for each monitor, showing only the tasks from that monitor;
63 # Goals
65   * Be unintrusive and light (in terms of memory, CPU and aesthetic);
66   * Follow the freedesktop.org specifications;
67   * Make certain workflows, such as multi-desktop and multi-monitor, easy to use.
69 # I want it!
71   * [Install tint2](https://gitlab.com/o9000/tint2/wikis/Install)
73 # How do I ...
75   * [Install](https://gitlab.com/o9000/tint2/wikis/Install)
76   * [Configure](https://gitlab.com/nick87720z/tint2/blob/master/doc/tint2.md)
77   * [Add applet not supported by tint2](https://gitlab.com/o9000/tint2/wikis/ThirdPartyApplets)
78   * [Other frequently asked questions](https://gitlab.com/o9000/tint2/wikis/FAQ)
79   * [Obtain a stack trace when tint2 crashes](https://gitlab.com/o9000/tint2/wikis/Debug)
81 # Known issues
83   * Graphical glitches on Intel graphics cards can be avoided by changing the acceleration method to UXA ([issue 595](https://gitlab.com/o9000/tint2/issues/595))
84   * Window managers that do not follow exactly the EWMH specification might not interact well with tint2 ([issue 627](https://gitlab.com/o9000/tint2/issues/627)).
86 # How can I help out?
88   * Report bugs and ask questions on the [issue tracker](https://gitlab.com/nick87720z/tint2/issues);
89   * Contribute to the development by helping us fix bugs and suggesting new features. Please read the contribution guide: [CONTRIBUTING.md](CONTRIBUTING.md)
91 # Links
92   * Home page: https://gitlab.com/nick87720z/tint2
93   * Download latest release: https://gitlab.com/nick87720z/tint2/-/archive/17.1/tint2-17.1.tar.bz2
94   * Git repository: https://gitlab.com/nick87720z/tint2.git
95   * Documentation: https://gitlab.com/o9000/tint2/wikis/home
96   * Downloads: https://gitlab.com/o9000/tint2-archive/tree/master or https://code.google.com/p/tint2/downloads/list
97   * Old project locations (inactive): https://gitlab.com/o9000/tint2 https://code.google.com/p/tint2
99 # Screenshots
101 ## Default config:
103 ![Screenshot_2016-01-23_14-42-57](https://gitlab.com/nick87720z/tint2/uploads/948fa74eca60864352a033580350b4c3/Screenshot_2016-01-23_14-42-57.png)
105 ## Various configs:
107 * [Screenshots](https://gitlab.com/o9000/tint2/wikis/screenshots)
109 ## Demos
111 * [Compact panel, separator, color gradients](https://gitlab.com/o9000/tint2/wikis/whats-new-0.13.0.gif)
112 * [Executor](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.4.gif)
113 * [Mouse over effects](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.3.gif)
114 * [Distribute size between taskbars, freespace](https://gitlab.com/o9000/tint2/wikis/whats-new-0.12.gif)
116 ## More
118 * [Tint2 wiki](https://gitlab.com/o9000/tint2/wikis/Home)