diff options
author | xmj <xmj@FreeBSD.org> | 2015-04-02 20:25:06 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2015-04-02 20:25:06 +0800 |
commit | 9e233dd28f63ed9f167abd4f324fc30457202f78 (patch) | |
tree | 053e1661dbb8da0f69a599ab4c10c3721d7774cf /x11/Makefile | |
parent | edf256e4ff90508be1be5596dc1dc402f2427e53 (diff) | |
download | freebsd-ports-gnome-9e233dd28f63ed9f167abd4f324fc30457202f78.tar.gz freebsd-ports-gnome-9e233dd28f63ed9f167abd4f324fc30457202f78.tar.zst freebsd-ports-gnome-9e233dd28f63ed9f167abd4f324fc30457202f78.zip |
x11/tint-devel: add port
Tint is a simple panel/taskbar/systray intentionally made for openbox3,
but should also work with other window managers. The goal is to keep a
clean and unintrusive look with lightweight code and compliance with
freedesktop specifications.
Tint taskbar features
* color/transparency on font, icon, border and background
* customize mouse event
* drag and drop task between desktop and switch desktop
Tint panel features
* clock with font, color and transparency
* multi-monitor : panel position adjust to monitor, taskbar by monitor
This is the development version. It has some cool new features, but also
may have some bugs.
WWW: http://code.google.com/p/tint2/
PR: 198317
Differential Revision: https://reviews.freebsd.org/D2180
Submitted by: Yamagi@yamagi.org
Approved by: koobs (mentor)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 771dccd3c836..ea2c22bcc18a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -284,6 +284,7 @@ SUBDIR += thingylaunch SUBDIR += tilda SUBDIR += tint + SUBDIR += tint-devel SUBDIR += tkXwin SUBDIR += trapproto SUBDIR += trayer |