wok rev 709
Up: lxpanel (0.3.5.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 14:37:02 2008 +0200 (2008-05-02) |
parents | 952f6a49c94c |
children | aa9c8eb0a1b2 |
files | lxpanel/receipt lxpanel/stuff/default/panels/panel lxpanel/stuff/default/panels/top |
line diff
1.1 --- a/lxpanel/receipt Fri May 02 14:34:55 2008 +0200 1.2 +++ b/lxpanel/receipt Fri May 02 14:37:02 2008 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel" 1.7 -VERSION="0.3.5.2" 1.8 +VERSION="0.3.5.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Standard compliant desktop panel." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/lxpanel/stuff/default/panels/panel Fri May 02 14:34:55 2008 +0200 2.2 +++ b/lxpanel/stuff/default/panels/panel Fri May 02 14:37:02 2008 +0200 2.3 @@ -6,7 +6,7 @@ 2.4 allign=center 2.5 margin=0 2.6 widthtype=percent 2.7 - width=72 2.8 + width=100 2.9 height=24 2.10 transparent=0 2.11 tintcolor=#000000 2.12 @@ -53,10 +53,10 @@ 2.13 id=xterm.desktop 2.14 } 2.15 Button { 2.16 - id=firefox.desktop 2.17 + id=pcmanfm.desktop 2.18 } 2.19 Button { 2.20 - id=pcmanfm.desktop 2.21 + id=firefox.desktop 2.22 } 2.23 Button { 2.24 id=obconf.desktop 2.25 @@ -103,12 +103,23 @@ 2.26 UseMouseWheel=1 2.27 UseUrgencyHint=1 2.28 FlatButton=0 2.29 - MaxTaskWidth=150 2.30 + MaxTaskWidth=200 2.31 spacing=1 2.32 } 2.33 } 2.34 2.35 Plugin { 2.36 + type = space 2.37 + Config { 2.38 + Size=4 2.39 + } 2.40 +} 2.41 + 2.42 +Plugin { 2.43 + type = tray 2.44 +} 2.45 + 2.46 +Plugin { 2.47 type = volumealsa 2.48 } 2.49 2.50 @@ -134,7 +145,7 @@ 2.51 Plugin { 2.52 type = space 2.53 Config { 2.54 - Size=4 2.55 + Size=2 2.56 } 2.57 } 2.58 2.59 @@ -142,6 +153,9 @@ 2.60 type = launchbar 2.61 Config { 2.62 Button { 2.63 + id=lxtask.desktop 2.64 + } 2.65 + Button { 2.66 id=hardinfo.desktop 2.67 } 2.68 } 2.69 @@ -153,7 +167,7 @@ 2.70 ClockFmt=%R 2.71 TooltipFmt=%A %x 2.72 Action=osmo 2.73 - BoldFont=1 2.74 + BoldFont=0 2.75 } 2.76 } 2.77
3.1 --- a/lxpanel/stuff/default/panels/top Fri May 02 14:34:55 2008 +0200 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,38 +0,0 @@ 3.4 -# lxpanel <profile> config file. Manually editing is not recommended. 3.5 -# Use preference dialog in lxpanel to adjust config when you can. 3.6 - 3.7 -Global { 3.8 - edge=top 3.9 - allign=right 3.10 - margin=0 3.11 - widthtype=request 3.12 - width=32 3.13 - height=24 3.14 - transparent=1 3.15 - tintcolor=#000000 3.16 - alpha=0 3.17 - setdocktype=0 3.18 - setpartialstrut=0 3.19 - usefontcolor=0 3.20 - fontcolor=#000000 3.21 - background=0 3.22 -} 3.23 - 3.24 -Plugin { 3.25 - type = space 3.26 - Config { 3.27 - Size=10 3.28 - } 3.29 -} 3.30 - 3.31 -Plugin { 3.32 - type = tray 3.33 -} 3.34 - 3.35 -Plugin { 3.36 - type = space 3.37 - Config { 3.38 - Size=6 3.39 - } 3.40 -} 3.41 -