wok-next diff lxpanel/stuff/default/panels/panel @ rev 9503
lxpanel: move slitaz config to slitaz-configs repo (we use --profile at startup to use our settings)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 06 04:03:17 2011 +0200 (2011-04-06) |
parents | a310c324c0bf |
children | 15c8aa308268 |
line diff
1.1 --- a/lxpanel/stuff/default/panels/panel Wed Apr 06 02:51:47 2011 +0200 1.2 +++ b/lxpanel/stuff/default/panels/panel Wed Apr 06 04:03:17 2011 +0200 1.3 @@ -2,13 +2,13 @@ 1.4 # Use preference dialog in lxpanel to adjust config when you can. 1.5 1.6 Global { 1.7 - edge=top 1.8 + edge=bottom 1.9 allign=center 1.10 margin=0 1.11 widthtype=percent 1.12 width=100 1.13 height=24 1.14 - transparent=1 1.15 + transparent=0 1.16 tintcolor=#ffffff 1.17 alpha=20 1.18 autohide=0 1.19 @@ -78,10 +78,18 @@ 1.20 } 1.21 1.22 Plugin { 1.23 - type = space 1.24 + type = taskbar 1.25 expand=1 1.26 Config { 1.27 - Size=2 1.28 + tooltips=1 1.29 + IconsOnly=0 1.30 + ShowAllDesks=0 1.31 + UseMouseWheel=1 1.32 + UseUrgencyHint=1 1.33 + FlatButton=1 1.34 + MaxTaskWidth=200 1.35 + spacing=2 1.36 + GroupedTasks=1 1.37 } 1.38 } 1.39 1.40 @@ -149,3 +157,16 @@ 1.41 } 1.42 } 1.43 1.44 +Plugin { 1.45 + type = pager 1.46 +} 1.47 + 1.48 +Plugin { 1.49 + type = dclock 1.50 + Config { 1.51 + ClockFmt=%R 1.52 + TooltipFmt=%A %x 1.53 + BoldFont=1 1.54 + IconOnly=0 1.55 + } 1.56 +}