# HG changeset patch # User Christophe Lincoln # Date 1302617018 -7200 # Node ID 4c696b7b000c4d5ab589e3e69de6a7a32666d909 # Parent b5ada5b9c9d33e0ff75913f97e5391fa0aaed7b8 lxpanel: have 3 icon on top anf a logout icon on bootom right diff -r b5ada5b9c9d3 -r 4c696b7b000c rootfs/etc/lxpanel/slitaz/panels/bottom --- a/rootfs/etc/lxpanel/slitaz/panels/bottom Thu Apr 07 20:49:47 2011 +0200 +++ b/rootfs/etc/lxpanel/slitaz/panels/bottom Tue Apr 12 16:03:38 2011 +0200 @@ -52,9 +52,18 @@ type = dclock Config { ClockFmt=%R - TooltipFmt=%A %x + TooltipFmt=%A %x - %R BoldFont=1 IconOnly=0 } } +Plugin { + type = launchbar + Config { + Button { + id=/usr/share/applications/slitaz-logout.desktop + } + } +} + diff -r b5ada5b9c9d3 -r 4c696b7b000c rootfs/etc/lxpanel/slitaz/panels/panel --- a/rootfs/etc/lxpanel/slitaz/panels/panel Thu Apr 07 20:49:47 2011 +0200 +++ b/rootfs/etc/lxpanel/slitaz/panels/panel Tue Apr 12 16:03:38 2011 +0200 @@ -34,6 +34,15 @@ Config { name=SliTazMenu.directory image=/usr/share/pixmaps/slitaz-menu.png + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory + name=SliTazMenu.directory system { } separator { @@ -67,13 +76,9 @@ Button { id=/usr/share/applications/leafpad.desktop } - } -} - -Plugin { - type = space - Config { - Size=2 + Button { + id=/usr/share/applications/tazweb.desktop + } } }