# HG changeset patch # User Christophe Lincoln # Date 1302051685 -7200 # Node ID b3197b3faa9f0d9252ed2829f82b7980e012e77f # Parent fac5fe1b750bd06e73d9960d14b43b530f72709c Remove freashly commited file in wok diff -r fac5fe1b750b -r b3197b3faa9f core/rootfs/etc/lxpanel/default/config --- a/core/rootfs/etc/lxpanel/default/config Sat Apr 02 15:34:43 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -[Command] -FileManager=pcmanfm %s -Terminal=terminal -Logout=desktopbox logout diff -r fac5fe1b750b -r b3197b3faa9f core/rootfs/etc/lxpanel/default/panels/bottom --- a/core/rootfs/etc/lxpanel/default/panels/bottom Sat Apr 02 15:34:43 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ -# 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=1 - tintcolor=#ffffff - alpha=20 - autohide=0 - heightwhenhidden=2 - setdocktype=0 - setpartialstrut=1 - usefontcolor=1 - fontcolor=#ffffff - background=0 - iconsize=24 -} - -Plugin { - type = pager -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = taskbar - expand=1 - Config { - tooltips=1 - IconsOnly=0 - ShowAllDesks=0 - UseMouseWheel=1 - UseUrgencyHint=1 - FlatButton=1 - MaxTaskWidth=200 - spacing=2 - GroupedTasks=1 - } -} - -Plugin { - type = dclock - Config { - ClockFmt=%R - TooltipFmt=%A %x - BoldFont=1 - IconOnly=0 - } -} - diff -r fac5fe1b750b -r b3197b3faa9f core/rootfs/etc/lxpanel/default/panels/panel --- a/core/rootfs/etc/lxpanel/default/panels/panel Sat Apr 02 15:34:43 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,126 +0,0 @@ -# lxpanel config file. Manually editing is not recommended. -# Use preference dialog in lxpanel to adjust config when you can. - -Global { - edge=top - allign=center - margin=0 - widthtype=percent - width=100 - height=24 - transparent=1 - tintcolor=#ffffff - alpha=20 - autohide=0 - heightwhenhidden=2 - setdocktype=0 - setpartialstrut=1 - usefontcolor=1 - fontcolor=#ffffff - background=0 - backgroundfile=/usr/share/lxpanel/images/background.png - iconsize=24 -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = menu - Config { - name=SliTazMenu.directory - image=/usr/share/pixmaps/slitaz-menu.png - name=SliTazMenu.directory - system { - } - separator { - } - item { - image=exec - command=run - } - separator { - } - item { - image=logout - command=logout - } - } -} - -Plugin { - type = space - expand=1 - Config { - Size=2 - } -} - -Plugin { - type = tray -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = volumealsa -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = netstatus - Config { - iface=wlan0 - configtool=subox netbox %i - } -} - -Plugin { - type = space - Config { - Size=4 - } -} - -Plugin { - type = batt - Config { - HideIfNoBattery=0 - AlarmCommand=xmessage Battery low - AlarmTime=5 - BackgroundColor=black - BorderWidth=1 - ChargingColor1=#28f200 - ChargingColor2=#22cc00 - DischargingColor1=#ffee00 - DischargingColor2=#d9ca00 - Size=8 - } -} - -Plugin { - type = cpu -} - -Plugin { - type = space - Config { - Size=2 - } -} - diff -r fac5fe1b750b -r b3197b3faa9f core/rootfs/etc/xdg/openbox/autostart.sh --- a/core/rootfs/etc/xdg/openbox/autostart.sh Sat Apr 02 15:34:43 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# This shell script is run before Openbox launches. -# Environment variables set here are passed to the Openbox session. - -# DBUS message bus (automount removable devices) -dbus-launch --exit-with-session & - -# Handle Hal events with Ivman (notification with desktopbox). -#ivman & - -# Start PCmanFM as daemon for Wallpaper and desktop icons. -pcmanfm -d & - -# Start the Freedesktop panel standard menu. -lxpanel & - -# Start Parcellite clipboard manager. -#parcellite & - -# Launch Xpad desktop notes utility. -#xpad & - -# Desktop effects composer. -#xcompmgr -c -r 10 & - -# Set a background image using hsetroot (depends on imlib2). -#hsetroot -fill /usr/share/images/slitaz-background.png & - -# Background color with xsetroot. -#xsetroot -solid "#222222" & - -# Wbar2 icon bar -#$(sleep 3 && wbar) &