diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-10-30 01:17:05 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-10-30 01:17:05 +0800 |
commit | 676e0947e470e4a297ac28c21f10a6496a55661f (patch) | |
tree | 54a70934dec4d9ab6ce293f097748617a6c82389 /deskutils/Makefile | |
parent | 1395b3c9ee3a9aba087fbb4f6da171ace912ec4c (diff) | |
download | freebsd-ports-gnome-676e0947e470e4a297ac28c21f10a6496a55661f.tar.gz freebsd-ports-gnome-676e0947e470e4a297ac28c21f10a6496a55661f.tar.zst freebsd-ports-gnome-676e0947e470e4a297ac28c21f10a6496a55661f.zip |
Add pypanel.
PyPanel is a lightweight panel/taskbar written in Python and C for X11 window
managers. It can be easily customized to match any desktop theme or
taste. PyPanel works with EWMH compliant WMs (Openbox, PekWM, FVWM, ...).
Some of the customizable features include:
* Transparency with shading/tinting
* Panel dimensions, location and layout
* Font type and colors with Xft and shadow support
* Button events/actions
* Clock and workspace name display
* System Tray (Notification Area)
* Autohiding
* Application Launcher
* Custom Application Icons
WWW: http://pypanel.sourceforge.net/
PR: ports/87907
Submitted by: Florian Unglaub <flo@btw23.de>
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index b72564e1287e..a77cb324fe53 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -122,6 +122,7 @@ SUBDIR += plans SUBDIR += preferences.app SUBDIR += py-dosage + SUBDIR += pypanel SUBDIR += remember.el SUBDIR += remind SUBDIR += rolo |