# HG changeset patch # User Christophe Lincoln # Date 1398542953 -7200 # Node ID 896ad651e5386efceb0c449b57d8571887d6e36d # Parent d313cab1015406c2c8e2c9aea08df281bed200c4 Add lxpanel config files diff -r d313cab10154 -r 896ad651e538 lxpanel/sts/config --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/sts/config Sat Apr 26 22:09:13 2014 +0200 @@ -0,0 +1,4 @@ +[Command] +FileManager=spacefm %s +Terminal=xterm +Logout=tazbox logout diff -r d313cab10154 -r 896ad651e538 lxpanel/sts/panels/panel --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/sts/panels/panel Sat Apr 26 22:09:13 2014 +0200 @@ -0,0 +1,112 @@ +# lxpanel config file. Manually editing is not recommended. +# Use preference dialog in lxpanel to adjust config when you can. + +Global { + edge=top + allign=left + margin=0 + widthtype=percent + width=100 + height=32 + transparent=1 + tintcolor=#222222 + alpha=255 + autohide=0 + heightwhenhidden=4 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontsize=11 + fontcolor=#ffffff + usefontsize=1 + background=0 + iconsize=32 + loglevel=2 +} + +Plugin { + type = menu + Config { + image=/usr/share/pixmaps/slitaz-menu.png + system { + } + separator { + } + item { + image=exec + command=run + } + separator { + } + item { + image=logout + command=logout + } + } +} + +Plugin { + type = space + Config { + Size=2 + } +} + +Plugin { + type = space + expand=1 + Config { + Size=4 + } +} + +Plugin { + type = taskbar + Config { + tooltips=1 + IconsOnly=1 + ShowAllDesks=0 + UseMouseWheel=0 + UseUrgencyHint=1 + FlatButton=1 + MaxTaskWidth=200 + spacing=0 + GroupedTasks=1 + } +} + +Plugin { + type = space + expand=1 + Config { + Size=2 + } +} + +Plugin { + type = tray +} + +Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = netstatus + Config { + iface=wlan0 + } +} + +Plugin { + type = launchbar + Config { + Button { + id=/usr/share/applications/sts-kill.desktop + } + } +} +