diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-10 11:31:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-12 00:48:50 +0700 |
commit | 844d21e5a555921d3ec2731cc1738817ed525479 (patch) | |
tree | e96ba4a3537620da550fcdaff7c46da2c2447948 /desktop/lxpanel/config | |
parent | 89512ce87b8d22c7ca1deefe3bf5561f6b19c9e3 (diff) | |
download | slackbuilds-844d21e5a555921d3ec2731cc1738817ed525479.tar.gz |
desktop/lxpanel: Updated for version 0.8.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/config')
-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 c2c4d8846c..65417dabf9 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 |