mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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>
This commit is contained in:
parent
844e905dbc
commit
93764cab85
4 changed files with 29 additions and 8 deletions
|
@ -1,3 +1 @@
|
|||
LXPanel is a NETWM/EWMH compliant lightweight X11 desktop panel.
|
||||
|
||||
This requires lxmenu-data and menu-cache.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue