From 93764cab85a8100e35fb3eeef482149e6c3228be Mon Sep 17 00:00:00 2001 From: ponce Date: Fri, 10 Aug 2012 11:54:07 +0200 Subject: desktop/lxpanel: Updated for version 20120808_4496e88. This commit also adds a battery applet to the default config. Signed-off-by: Robby Workman --- desktop/lxpanel/config/panel | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'desktop/lxpanel/config') 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 } } -- cgit v1.2.3-80-g2a13