diff options
Diffstat (limited to 'desktop/lxde-common/config/panel')
-rw-r--r-- | desktop/lxde-common/config/panel | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel index e81e5e5779b07..0ff574412ebd3 100644 --- a/desktop/lxde-common/config/panel +++ b/desktop/lxde-common/config/panel @@ -142,6 +142,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 } |