# HG changeset patch # User Christophe Lincoln # Date 1302055397 -7200 # Node ID 296449b44b98d9d9c3df050daeec280e43a40eb3 # Parent ab5d1ea8d9cbf72fba00faf7f382ee005ae1a3fd lxpanel: move slitaz config to slitaz-configs repo (we use --profile at startup to use our settings) diff -r ab5d1ea8d9cb -r 296449b44b98 lxpanel/stuff/default/panels/bottom --- a/lxpanel/stuff/default/panels/bottom Tue Apr 05 21:58:06 2011 +0000 +++ /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 ab5d1ea8d9cb -r 296449b44b98 lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Tue Apr 05 21:58:06 2011 +0000 +++ b/lxpanel/stuff/default/panels/panel Wed Apr 06 04:03:17 2011 +0200 @@ -2,13 +2,13 @@ # Use preference dialog in lxpanel to adjust config when you can. Global { - edge=top + edge=bottom allign=center margin=0 widthtype=percent width=100 height=24 - transparent=1 + transparent=0 tintcolor=#ffffff alpha=20 autohide=0 @@ -78,10 +78,18 @@ } Plugin { - type = space + type = taskbar expand=1 Config { - Size=2 + tooltips=1 + IconsOnly=0 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=1 + MaxTaskWidth=200 + spacing=2 + GroupedTasks=1 } } @@ -149,3 +157,16 @@ } } +Plugin { + type = pager +} + +Plugin { + type = dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=1 + IconOnly=0 + } +}