wok rev 653
lxpanel: add top panel for notification and misc improvement
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 22:23:40 2008 +0200 (2008-04-22) |
parents | eb9854374fce |
children | 9b77d965384a |
files | lxpanel/stuff/default/panels/panel lxpanel/stuff/default/panels/top |
line diff
1.1 --- a/lxpanel/stuff/default/panels/panel Tue Apr 22 22:20:35 2008 +0200 1.2 +++ b/lxpanel/stuff/default/panels/panel Tue Apr 22 22:23:40 2008 +0200 1.3 @@ -109,10 +109,6 @@ 1.4 } 1.5 1.6 Plugin { 1.7 - type = tray 1.8 -} 1.9 - 1.10 -Plugin { 1.11 type = volumealsa 1.12 } 1.13 1.14 @@ -127,7 +123,18 @@ 1.15 Plugin { 1.16 type = space 1.17 Config { 1.18 - Size=2 1.19 + Size=4 1.20 + } 1.21 +} 1.22 + 1.23 +Plugin { 1.24 + type = cpu 1.25 +} 1.26 + 1.27 +Plugin { 1.28 + type = space 1.29 + Config { 1.30 + Size=4 1.31 } 1.32 } 1.33 1.34 @@ -141,10 +148,6 @@ 1.35 } 1.36 1.37 Plugin { 1.38 - type = cpu 1.39 -} 1.40 - 1.41 -Plugin { 1.42 type = dclock 1.43 Config { 1.44 ClockFmt=%R
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/lxpanel/stuff/default/panels/top Tue Apr 22 22:23:40 2008 +0200 2.3 @@ -0,0 +1,38 @@ 2.4 +# lxpanel <profile> config file. Manually editing is not recommended. 2.5 +# Use preference dialog in lxpanel to adjust config when you can. 2.6 + 2.7 +Global { 2.8 + edge=top 2.9 + allign=right 2.10 + margin=0 2.11 + widthtype=request 2.12 + width=32 2.13 + height=24 2.14 + transparent=1 2.15 + tintcolor=#000000 2.16 + alpha=0 2.17 + setdocktype=0 2.18 + setpartialstrut=0 2.19 + usefontcolor=0 2.20 + fontcolor=#000000 2.21 + background=0 2.22 +} 2.23 + 2.24 +Plugin { 2.25 + type = space 2.26 + Config { 2.27 + Size=10 2.28 + } 2.29 +} 2.30 + 2.31 +Plugin { 2.32 + type = tray 2.33 +} 2.34 + 2.35 +Plugin { 2.36 + type = space 2.37 + Config { 2.38 + Size=6 2.39 + } 2.40 +} 2.41 +