# HG changeset patch # User Pascal Bellard # Date 1251755489 -7200 # Node ID 7e224e74f1676b3775e37507a213373aac298c11 Add base, justX and core diff -r 000000000000 -r 7e224e74f167 base/packages.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/packages.list Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,34 @@ +busybox +bzlib +dialog +dropbear +e2fsprogs +gcc-lib-base +glibc-base +gpxe +grub +isapnptools +kbd-busybox +libcap +libcomerr +libuuid +linux +lzlib +lzma +ncurses +pciutils +pcmciautils +ppp +rp-pppoe +slitaz-base-files +slitaz-boot-scripts +slitaz-tools +sysfsutils +syslinux +syslinux-extra +tazlito +tazpkg +tazusb +tazwok +udev +zlib diff -r 000000000000 -r 7e224e74f167 base/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/receipt Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,5 @@ +FLAVOR="base" +SHORT_DESC="Minimal set of packages to boot" +ROOTFS_SIZE="13.9M" +INITRAMFS_SIZE="3.9M" +ISO_SIZE="6.5M" diff -r 000000000000 -r 7e224e74f167 base/rootcd/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/rootcd/README Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,67 @@ +README SliTaz GNU/Linux CD August 2007 +=============================================================================== + + +Français +-------- +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur. +Mais SliTaz est aussi pleinement installable sur un disque dur et largement +extensible via le gestionnaire de paquets et la compilation de nouvelles +applications depuis les sources. + +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web, +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}. + +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk, +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable, +vous pouvez jetter un coup d'oeil au document install-guide.html. + +Slitaz GNU/Linux est distribué sans aucune garantie et publié car +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur +le système vous trouverez le manuel d'utilisateur et la documentation dans : +/usr/share/doc, et les licences complète dans : /usr/share/licenses. + +Havefun! + + +English +------- +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU +free software. SliTaz also use goodies from the Debian project. The goal of +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur, +SSH server/client powered by Dropbear, rescue tools, X system, and much more +{...}. + +On the system you will find documentation in: /usr/share/doc, and the full +GPL license in: /usr/share/licenses. + + +LICENSE +------- + +Copyright (c) 2007 SliTaz GNU/Linux + +SliTaz is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +SliTaz is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with SliTaz; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=============================================================================== + http://www.slitaz.org/ diff -r 000000000000 -r 7e224e74f167 base/rootcd/images/header.png Binary file base/rootcd/images/header.png has changed diff -r 000000000000 -r 7e224e74f167 base/rootcd/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/rootcd/index.html Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,64 @@ + + + + SliTaz GNU/Linux - CD + + + + + + + + + + + + + +
+

LiveCD informations

+ +

Français

+

+Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le +fichier README pour de plus amples informations, ou +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour +lancer SliTaz en RAM et sans risques pour la machine hôte. +

+ +

English

+

+Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French, +but the full system is available in English. To boot SliTaz from a cdrom, +just burn the ISO image onto a blank disc. Then reboot your computer with +the disc into your cdrom driver. +

+

+Have fun!
+- SliTaz community +

+ +
+ +
+ + + + diff -r 000000000000 -r 7e224e74f167 base/rootcd/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base/rootcd/style.css Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,57 @@ +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ +body { + font: 90% sans-serif, vernada, arial; + margin: 0; + } +/* Header */ +#header{ + background: #BFB06B url(images/header.png) repeat-x top; + color: black; + width: 100%; + height: 50px ; + border-top: 1px solid black; + border-bottom: 1px solid black; + } +#content { + margin: 0px 50px 26px 50px; + } +#footer { + border-top: 1px solid black; + } +a { + text-decoration: underline; + } +a:hover { + text-decoration: none; + } +h1 { + margin: 10px 0px 0px 6px; + } +h2 { + margin: 12px 0; + } +pre { + padding: 5px; + color: black; + background: #e1e0b0; + } +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} +li { + line-height: 1.4em; + } +code { + font-size: 100%; + color: #669900; + background: transparent; + } +hr { + color: white; + background-color: white; + height: 1px; + border: 0; + } diff -r 000000000000 -r 7e224e74f167 core/packages.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/packages.list Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,181 @@ +alsa-lib +alsaplayer +alsa-utils +asunder +atk +busybox +bzlib +cairo +cairomm +cdparanoia-III +cdrkit +clearlooks +compat +conspy +dbus +dbus-glib +dialog +dropbear +e2fsprogs +epdfview +expat +firefox +fontconfig +fpm2 +freetype +fuse +galculator +gamin +gcc-lib-base +gcolor2 +geany +get-dropbox +get-dsl-firmware +get-flash-plugin +get-google-earth +get-java6-jre +get-OpenOffice3 +get-opera +get-skype +get-wifi-firmware +gftp +gitmail +glib +glibc-base +glibmm +gparted +gpicview +gpxe +grsync +grub +gtk+ +gtkdialog +gtkmm +hal +hardinfo +hicolor-icon-theme +isapnptools +isomaster +ivman +jpeg +kbd-busybox +leafpad +libcap +libcddb +libcomerr +libcrypto +libcurl +libgio +libgiomm +libglade +libidn +libmad +libogg +libpng +libsigc++ +libuuid +libvorbis +libxml2 +linux +linux-acpi +linux-crypto +linux-sound +locale-de +locale-es +locale-pt_BR +lostirc +lxappearance +lxpanel +lxtask +lzlib +lzma +mhwaveedit +mtpaint +nano +ncurses +ndiswrapper-driver +notecase +ntfs-3g +ntfsprogs +obconf +openbox +openssl +osmo +pango +pangomm +parcellite +parted +pciutils +pcmanfm +pcmciautils +pcre +perl-core +pixman +poppler +popt +ppp +rp-pppoe +rsync +shared-mime-info +slim +slitaz-base-files +slitaz-boot-scripts +slitaz-configs +slitaz-doc +slitaz-menus +slitaz-polar-cursors +slitaz-tango-icon +slitaz-tools +slitaz-tools-boxes +sqlite +startup-notification +sudoku-savant +sysfsutils +syslinux +syslinux-extra +tazlito +tazndis +tazpkg +tazusb +tazwok +tiff +transmission +transset-df +ttf-dejavu +udev +vorbis-tools +web-applications +wireless_tools +wpa_supplicant +xarchive +xorg +xorg-base-fonts +xorg-libfontenc +xorg-libICE +xorg-libSM +xorg-libX11 +xorg-libXau +xorg-libXaw +xorg-libXcomposite +xorg-libXcursor +xorg-libXdamage +xorg-libXdmcp +xorg-libXext +xorg-libXfixes +xorg-libXfont +xorg-libXft +xorg-libXi +xorg-libXinerama +xorg-libXmu +xorg-libXpm +xorg-libXrandr +xorg-libXrender +xorg-libXt +xorg-libXtst +xorg-rgb +xorg-server-Xvesa +xorg-xauth +xorg-xcompmgr +xpad +xterm +zlib diff -r 000000000000 -r 7e224e74f167 core/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/receipt Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,5 @@ +FLAVOR="core" +SHORT_DESC="SliTaz core system" +ROOTFS_SIZE="97.4M" +INITRAMFS_SIZE="26.1M" +ISO_SIZE="28.6M" diff -r 000000000000 -r 7e224e74f167 core/rootcd/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/rootcd/README Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,67 @@ +README SliTaz GNU/Linux CD August 2007 +=============================================================================== + + +Français +-------- +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur. +Mais SliTaz est aussi pleinement installable sur un disque dur et largement +extensible via le gestionnaire de paquets et la compilation de nouvelles +applications depuis les sources. + +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web, +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}. + +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk, +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable, +vous pouvez jetter un coup d'oeil au document install-guide.html. + +Slitaz GNU/Linux est distribué sans aucune garantie et publié car +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur +le système vous trouverez le manuel d'utilisateur et la documentation dans : +/usr/share/doc, et les licences complète dans : /usr/share/licenses. + +Havefun! + + +English +------- +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU +free software. SliTaz also use goodies from the Debian project. The goal of +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur, +SSH server/client powered by Dropbear, rescue tools, X system, and much more +{...}. + +On the system you will find documentation in: /usr/share/doc, and the full +GPL license in: /usr/share/licenses. + + +LICENSE +------- + +Copyright (c) 2007 SliTaz GNU/Linux + +SliTaz is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +SliTaz is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with SliTaz; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=============================================================================== + http://www.slitaz.org/ diff -r 000000000000 -r 7e224e74f167 core/rootcd/images/header.png Binary file core/rootcd/images/header.png has changed diff -r 000000000000 -r 7e224e74f167 core/rootcd/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/rootcd/index.html Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,64 @@ + + + + SliTaz GNU/Linux - CD + + + + + + + + + + + + + +
+

LiveCD informations

+ +

Français

+

+Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le +fichier README pour de plus amples informations, ou +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour +lancer SliTaz en RAM et sans risques pour la machine hôte. +

+ +

English

+

+Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French, +but the full system is available in English. To boot SliTaz from a cdrom, +just burn the ISO image onto a blank disc. Then reboot your computer with +the disc into your cdrom driver. +

+

+Have fun!
+- SliTaz community +

+ +
+ +
+ + + + diff -r 000000000000 -r 7e224e74f167 core/rootcd/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/rootcd/style.css Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,57 @@ +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ +body { + font: 90% sans-serif, vernada, arial; + margin: 0; + } +/* Header */ +#header{ + background: #BFB06B url(images/header.png) repeat-x top; + color: black; + width: 100%; + height: 50px ; + border-top: 1px solid black; + border-bottom: 1px solid black; + } +#content { + margin: 0px 50px 26px 50px; + } +#footer { + border-top: 1px solid black; + } +a { + text-decoration: underline; + } +a:hover { + text-decoration: none; + } +h1 { + margin: 10px 0px 0px 6px; + } +h2 { + margin: 12px 0; + } +pre { + padding: 5px; + color: black; + background: #e1e0b0; + } +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} +li { + line-height: 1.4em; + } +code { + font-size: 100%; + color: #669900; + background: transparent; + } +hr { + color: white; + background-color: white; + height: 1px; + border: 0; + } diff -r 000000000000 -r 7e224e74f167 justX/packages.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/packages.list Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,116 @@ +atk +busybox +bzlib +cairo +cdrkit +clearlooks +clex +conspy +dbus +dbus-glib +dialog +dropbear +e2fsprogs +expat +fontconfig +freetype +gamin +gcc-lib-base +get-google-earth +get-skype +get-wifi-firmware +glib +glibc-base +gpxe +grub +gtk+ +gtkdialog +hal +hardinfo +hicolor-icon-theme +isapnptools +jpeg +kbd-busybox +leafpad +libcap +libcomerr +libgio +libglade +libpng +libxml2 +linux +linux-acpi +locale-de +locale-es +locale-pt_BR +lxappearance +lxpanel +lxtask +lzlib +lzma +nano +ncurses +obconf +openbox +pango +pciutils +pcmanfm +pcmciautils +pcre +pixman +popt +ppp +rp-pppoe +shared-mime-info +slim +slitaz-base-files +slitaz-boot-scripts +slitaz-configs +slitaz-doc +slitaz-menus +slitaz-polar-cursors +slitaz-tango-icon +slitaz-tools +slitaz-tools-boxes +sqlite +startup-notification +sysfsutils +syslinux +syslinux-extra +tazlito +tazpkg +tazusb +tazwok +tiff +transset-df +ttf-dejavu +udev +xorg +xorg-base-fonts +xorg-libfontenc +xorg-libICE +xorg-libSM +xorg-libX11 +xorg-libXau +xorg-libXaw +xorg-libXcomposite +xorg-libXcursor +xorg-libXdamage +xorg-libXdmcp +xorg-libXext +xorg-libXfixes +xorg-libXfont +xorg-libXft +xorg-libXi +xorg-libXinerama +xorg-libXmu +xorg-libXpm +xorg-libXrandr +xorg-libXrender +xorg-libXt +xorg-rgb +xorg-server-Xvesa +xorg-xauth +xorg-xcompmgr +xterm +zlib diff -r 000000000000 -r 7e224e74f167 justX/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/receipt Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,5 @@ +FLAVOR="justX" +SHORT_DESC="SliTaz with a minimal X environnement" +ROOTFS_SIZE="47.9M" +INITRAMFS_SIZE="12.2M" +ISO_SIZE="14.7M" diff -r 000000000000 -r 7e224e74f167 justX/rootcd/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/rootcd/README Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,67 @@ +README SliTaz GNU/Linux CD August 2007 +=============================================================================== + + +Français +-------- +Ce cdrom est un système autonome Live, il vous suffit de démarrer sur le CD +(booter) et SliTaz se lance en mémoire vive (RAM), sans toucher à votre système +actuel. SliTaz peut fonctionner des mois entiers sans redémarrer, le système +peut fonctionner dans 128 Mb de mémoire vive et sur des machines sans disque dur. +Mais SliTaz est aussi pleinement installable sur un disque dur et largement +extensible via le gestionnaire de paquets et la compilation de nouvelles +applications depuis les sources. + +Une fois le système lancé, vous disposez d'un shell ash, et vous pouvez retirer +le cdrom, car SliTaz utilise la mémoire vive (RAM) de la machine. Le système +fournit plus de 200 commandes Linux, un mini serveur web, navigateur web, +client de chat IRC, support IDE, eth0, usb, le système X et bien plus {...}. + +SliTaz peut être utilisé pour réparer, et tester un disque dur avec fdisk, +hdparm, ou les outils e2fsprogs. Le système et aussi pleinement installable, +vous pouvez jetter un coup d'oeil au document install-guide.html. + +Slitaz GNU/Linux est distribué sans aucune garantie et publié car +potentiellement utile. SliTaz n'as aucune prétention, nous ne sommes que des +passionnés par l'informatique libre, qui aimons la liberté et le partage. Sur +le système vous trouverez le manuel d'utilisateur et la documentation dans : +/usr/share/doc, et les licences complète dans : /usr/share/licenses. + +Havefun! + + +English +------- +SliTaz is a micro GNU/Linux distro using BusyBox, a Linux kernel, and GNU +free software. SliTaz also use goodies from the Debian project. The goal of +SliTaz is to have a GNU/Linux distro working all in memory (RAM). SliTaz boot +with Syslinux, provide more than 200 Linux commands, LightTPD web serveur, +SSH server/client powered by Dropbear, rescue tools, X system, and much more +{...}. + +On the system you will find documentation in: /usr/share/doc, and the full +GPL license in: /usr/share/licenses. + + +LICENSE +------- + +Copyright (c) 2007 SliTaz GNU/Linux + +SliTaz is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 3 of the License, or +(at your option) any later version. + +SliTaz is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with SliTaz; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +=============================================================================== + http://www.slitaz.org/ diff -r 000000000000 -r 7e224e74f167 justX/rootcd/images/header.png Binary file justX/rootcd/images/header.png has changed diff -r 000000000000 -r 7e224e74f167 justX/rootcd/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/rootcd/index.html Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,64 @@ + + + + SliTaz GNU/Linux - CD + + + + + + + + + + + + + +
+

LiveCD informations

+ +

Français

+

+Bienvenue sur la page d'index d'un cdrom de SliTaz GNU/Linux. Lisez le +fichier README pour de plus amples informations, ou +démarrez votre ordinateur avec le cdrom dans le lecteur CD ou DVD, pour +lancer SliTaz en RAM et sans risques pour la machine hôte. +

+ +

English

+

+Welcome on a SliTaz GNU/Linux cdrom, SliTaz is mostly documented in French, +but the full system is available in English. To boot SliTaz from a cdrom, +just burn the ISO image onto a blank disc. Then reboot your computer with +the disc into your cdrom driver. +

+

+Have fun!
+- SliTaz community +

+ +
+ +
+ + + + diff -r 000000000000 -r 7e224e74f167 justX/rootcd/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/rootcd/style.css Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,57 @@ +/* CSS style for SliTaz GNU/Linux generic xHTML files. */ +body { + font: 90% sans-serif, vernada, arial; + margin: 0; + } +/* Header */ +#header{ + background: #BFB06B url(images/header.png) repeat-x top; + color: black; + width: 100%; + height: 50px ; + border-top: 1px solid black; + border-bottom: 1px solid black; + } +#content { + margin: 0px 50px 26px 50px; + } +#footer { + border-top: 1px solid black; + } +a { + text-decoration: underline; + } +a:hover { + text-decoration: none; + } +h1 { + margin: 10px 0px 0px 6px; + } +h2 { + margin: 12px 0; + } +pre { + padding: 5px; + color: black; + background: #e1e0b0; + } +pre.script { + padding: 10px; + color: black; + background: #e8e8e8; + border: 1px inset #333333; +} +li { + line-height: 1.4em; + } +code { + font-size: 100%; + color: #669900; + background: transparent; + } +hr { + color: white; + background-color: white; + height: 1px; + border: 0; + } diff -r 000000000000 -r 7e224e74f167 justX/rootfs/etc/lxpanel/default/config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/rootfs/etc/lxpanel/default/config Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,4 @@ +[Command] +FileManager=pcmanfm %s +Terminal=xterm -e +Logout=desktopbox logout diff -r 000000000000 -r 7e224e74f167 justX/rootfs/etc/lxpanel/default/panels/panel --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/justX/rootfs/etc/lxpanel/default/panels/panel Mon Aug 31 23:51:29 2009 +0200 @@ -0,0 +1,164 @@ +# lxpanel config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=bottom + allign=center + margin=0 + widthtype=percent + width=100 + height=24 + transparent=0 + tintcolor=#000000 + alpha=0 + setdocktype=1 + setpartialstrut=1 + usefontcolor=0 + fontcolor=#ffffff + background=0 + backgroundfile=/usr/share/lxpanel/images/background.png +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = menu + Config { + image=/usr/share/pixmaps/slitaz-menu.png + system { + } + separator { + } + item { + image=/usr/share/icons/Tango/16x16/categories/applications-system.png + command=run + } + separator { + } + item { + image=/usr/share/lxpanel/images/gnome-logout.png + command=logout + } + } +} + +Plugin { + type = launchbar + Config { + Button { + id=pcmanfm.desktop + } + Button { + id=xterm.desktop + } + } +} + +Plugin { + type = wincmd + Config { + Button1=iconify + Button2=shade + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = pager +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=200 + spacing=1 + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = tray +} + +Plugin { + type = volumealsa +} + +Plugin { + type = netstatus + Config { + iface=eth0 + configtool=subox netbox %i + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = cpu +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = launchbar + Config { + Button { + id=lxtask.desktop + } + Button { + id=hardinfo.desktop + } + Button { + id=tazpkgbox.desktop + } + } +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + Action=desktopbox calendar + BoldFont=0 + } +} +