diff options
-rw-r--r-- | desktop/lxpanel/README | 2 | ||||
-rw-r--r-- | desktop/lxpanel/config/panel | 25 | ||||
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/lxpanel/lxpanel.info | 6 |
4 files changed, 29 insertions, 8 deletions
diff --git a/desktop/lxpanel/README b/desktop/lxpanel/README index 8c0fda783c27..14dd8a5e8ab3 100644 --- a/desktop/lxpanel/README +++ b/desktop/lxpanel/README @@ -1,3 +1 @@ LXPanel is a NETWM/EWMH compliant lightweight X11 desktop panel. - -This requires lxmenu-data and menu-cache. diff --git a/desktop/lxpanel/config/panel b/desktop/lxpanel/config/panel index e81e5e5779b0..52b8a6de6974 100644 --- a/desktop/lxpanel/config/panel +++ b/desktop/lxpanel/config/panel @@ -130,7 +130,30 @@ Plugin { type = netstatus Config { iface=eth0 - configtool=network-admin --configure %i + configtool=netconfig + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = batt + Config { + HideIfNoBattery=0 + AlarmCommand=xmessage Battery low + AlarmTime=5 + BackgroundColor=black + BorderWidth=1 + ChargingColor1=#28f200 + ChargingColor2=#22cc00 + DischargingColor1=#ffee00 + DischargingColor2=#d9ca00 + Size=8 } } diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index e4d87eaa1cc5..953a839ef708 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -24,7 +24,7 @@ # Modified by ponce <matteo.bernardini@gmail.com> PRGNAM=lxpanel -VERSION=${VERSION:-20111223_ef3cf14} +VERSION=${VERSION:-20120808_4496e88} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z +tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info index 7a94c6187848..6a686cd210ee 100644 --- a/desktop/lxpanel/lxpanel.info +++ b/desktop/lxpanel/lxpanel.info @@ -1,8 +1,8 @@ PRGNAM="lxpanel" -VERSION="20111223_ef3cf14" +VERSION="20120808_4496e88" HOMEPAGE="http://wiki.lxde.org/en/LXPanel" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20111223_ef3cf14.tar.xz" -MD5SUM="abed25038a6dc391b81ce469bc63fc54" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20120808_4496e88.tar.xz" +MD5SUM="9f4556a91fc10846667ff5f263a62f0b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxmenu-data menu-cache" |