diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-10 11:54:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 08:55:36 -0500 |
commit | 93764cab85a8100e35fb3eeef482149e6c3228be (patch) | |
tree | 931c1e9fd14ae238418e917f6ed4bbe2ab3dcb74 | |
parent | 844e905dbc2164894ae473f0ee4999be504cdcd2 (diff) | |
download | slackbuilds-93764cab85a8100e35fb3eeef482149e6c3228be.tar.gz |
desktop/lxpanel: Updated for version 20120808_4496e88.
This commit also adds a battery applet to the default config.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-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 8c0fda783c..14dd8a5e8a 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 e81e5e5779..52b8a6de69 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 e4d87eaa1c..953a839ef7 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 7a94c61878..6a686cd210 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" |