# HG changeset patch # User Christophe Lincoln # Date 1204729309 -3600 # Node ID 6fc19a84b0747952a27d64384710fa9e6da69972 # Parent d6b1113794bc957827c53e8f9dfc6ea912d50092 lxpanel for a Freedesktop standar menu and useful applets diff -r d6b1113794bc -r 6fc19a84b074 lxpanel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/receipt Wed Mar 05 16:01:49 2008 +0100 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="lxpanel" +VERSION="0.2.6" +CATEGORY="x-window" +SHORT_DESC="Standard compliant desktop panel." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ slitaz-menus" +BUILD_DEPENDS="gtk+-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://lxde.sourceforge.net/" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib $fs/usr + cp -a $_pkg/usr/share/lxpanel $fs/usr/share + # Remove a few "heavy" an unseful images + rm $fs/usr/share/lxpanel/images/*.svg + # Default config + mv $fs/usr/share/lxpanel/profile/default \ + $fs/usr/share/lxpanel/profile/original + cp -a stuff/default $fs/usr/share/lxpanel/profile/ +} + diff -r d6b1113794bc -r 6fc19a84b074 lxpanel/stuff/default/config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/stuff/default/config Wed Mar 05 16:01:49 2008 +0100 @@ -0,0 +1,150 @@ +# lxpanel config file +# see http://lxpanel.sf.net/docs.html for complete configuration guide +Global { + edge = bottom + allign = center + margin = 0 + widthtype = percent + width = 60 + height = 26 + transparent = false + tintcolor = #000000 + alpha = 121 + setdocktype = true + setpartialstrut = true + useFontColor = true + FontColor = #111111 + Background = false + BackgroundFile = /usr/share/lxpanel/images/background.png + FileManager = emelfm2 + Terminal = xterm + LogoutCommand = jwm -exit +} + +Plugin { + type = space + Config { + Size = 2 + } +} + +Plugin { + type = menu + Config { + image = /usr/share/pixmaps/slitaz-menu.png + system { + } + separator { + } + item { + image = /usr/share/icons/Tango/jwm/applications-other.png + command = run + } + item { + image = /usr/share/icons/Tango/jwm/preferences-desktop.png + command = configure + } + separator { + } + item { + image = gnome-logout + command = logout + } + } +} + +Plugin { + type = launchbar + Config { + Button { + id = emelfm2.desktop + } + Button { + id = xterm.desktop + } + Button { + id = firefox.desktop + } + } +} + +Plugin { + type = space + Config { + Size = 4 + } +} + +Plugin { + type = wincmd + Config { + Button1 = iconify + Button2 = shade + } +} + +Plugin { + type = space + Config { + Size = 4 + } +} + +Plugin { + type = deskno +} + +Plugin { + type = space + Config { + Size = 2 + } +} + +Plugin { + type = taskbar + expand = true + Config { + tooltips = true + IconsOnly = false + AcceptSkipPager = true + ShowIconified = true + ShowMapped = true + ShowAllDesks = false + UseMouseWheel = true + UseUrgencyHint = true + MaxTaskWidth = 150 + spacing = 1 + } +} + +Plugin { + type = tray +} + +Plugin { + type = volumealsa +} + +Plugin { + type = netstatus + Config { + iface = eth0 + configtool = subox netbox + } +} + +Plugin { + type = cpu +} + +Plugin { + type = dclock + Config { + ClockFmt = %R + TooltipFmt = %Y %m %d + Action = osmo & + BoldFont = 0 + } +} +