From a154033cb8e1970ee9f5060b6aaaf22c33aa4a07 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 7 Sep 2012 18:49:52 +0200 Subject: desktop/lxde-common: Updated the panel conf. with a battery bar. Signed-off-by: Matteo Bernardini --- desktop/lxde-common/config/panel | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'desktop/lxde-common/config') diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel index e81e5e5779..0ff574412e 100644 --- a/desktop/lxde-common/config/panel +++ b/desktop/lxde-common/config/panel @@ -141,6 +141,29 @@ Plugin { } } +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 + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + Plugin { type = cpu } -- cgit v1.2.3