# HG changeset patch # User Christophe Lincoln # Date 1331065732 -3600 # Node ID 6f4801f2e3d3fcb54ec474e4e1af2178888522b1 # Parent ace75c7c6cb29f07f0d436410f1b602c3c9b4258 gtkonly: add cpu plugin to lxpanel diff -r ace75c7c6cb2 -r 6f4801f2e3d3 gtkonly/rootfs/etc/lxpanel/default/panels/bottom --- a/gtkonly/rootfs/etc/lxpanel/default/panels/bottom Mon Mar 05 10:26:15 2012 +0100 +++ b/gtkonly/rootfs/etc/lxpanel/default/panels/bottom Tue Mar 06 21:28:52 2012 +0100 @@ -27,9 +27,6 @@ Config { name=SliTazMenu.directory image=slitaz-menu - name=SliTazMenu.directory - name=SliTazMenu.directory - name=SliTazMenu.directory system { } separator { diff -r ace75c7c6cb2 -r 6f4801f2e3d3 gtkonly/rootfs/etc/lxpanel/default/panels/panel --- a/gtkonly/rootfs/etc/lxpanel/default/panels/panel Mon Mar 05 10:26:15 2012 +0100 +++ b/gtkonly/rootfs/etc/lxpanel/default/panels/panel Tue Mar 06 21:28:52 2012 +0100 @@ -104,3 +104,14 @@ } } +Plugin { + type = cpu +} + +Plugin { + type = space + Config { + Size=2 + } +} +