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/pypanel/pkg-descr | |
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/pypanel/pkg-descr')
-rw-r--r-- | deskutils/pypanel/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deskutils/pypanel/pkg-descr b/deskutils/pypanel/pkg-descr new file mode 100644 index 000000000000..6e28f5beb431 --- /dev/null +++ b/deskutils/pypanel/pkg-descr @@ -0,0 +1,17 @@ +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/ |