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 /desktop/lxpanel/config | |
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>
Diffstat (limited to 'desktop/lxpanel/config')
-rw-r--r-- | desktop/lxpanel/config/panel | 25 |
1 files changed, 24 insertions, 1 deletions
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 } } |