diff options
Diffstat (limited to 'desktop/lxpanel/config/panel')
-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 } } |