fd78e6d886
This commit is the same as vimishor's original [*] except that I have
added middle-click and up/down mousewheel actions. In order to fix a
ftbs I also added guards to panel.c, panel.h & tint.c
The following configuration settings have been created :-
battery_lclick_command
battery_mclick_command
battery_rclick_command
battery_uwheel_command
battery_dwheel_command
[*]
|
||
---|---|---|
doc | ||
sample | ||
src | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
default_icon.png | ||
get_version.sh | ||
INSTALL.txt | ||
make_release.sh | ||
README.md | ||
README.source | ||
tint2.config | ||
tint2.creator | ||
tint2.desktop | ||
tint2.files | ||
tint2.includes | ||
tint2.svg |
New stable release: 0.12
Changes: https://gitlab.com/o9000/tint2/blob/master/ChangeLog
Documentation: https://gitlab.com/o9000/tint2/wikis/home
Try it out with (see also dependencies):
mkdir tint2-0.12
cd tint2-0.12
wget 'https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=v0.12' --output-document tint2-0.12.tar.gz
tar -xzf tint2-0.12.tar.gz
cd tint2.git
mkdir build
cd build
cmake ..
make -j4
./tint2 &
./src/tint2conf/tint2conf &
To install from source, also run (as root):
make install
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 http://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 ...
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.
Links
- Home page: https://gitlab.com/o9000/tint2
- Git repository: https://gitlab.com/o9000/tint2.git
- 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
Releases
- Latest stable release: tint2 0.12 (July 2015)