diff options
Diffstat (limited to 'desktop/lxpanel/config/panel')
-rw-r--r-- | desktop/lxpanel/config/panel | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/lxpanel/config/panel b/desktop/lxpanel/config/panel index c2c4d8846c721..65417dabf9413 100644 --- a/desktop/lxpanel/config/panel +++ b/desktop/lxpanel/config/panel @@ -127,6 +127,19 @@ Plugin { } Plugin { + type = tray + Config { + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { type = netstatus Config { iface=eth0 |