flavors-stable rev 172 tip
firefox: update lxpanel config
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue May 08 01:06:21 2012 +0000 (2012-05-08) |
parents | 282e542e27c4 |
children | |
files | firefox/rootfs/etc/lxpanel/default/panels/bottom firefox/rootfs/etc/lxpanel/default/panels/panel |
line diff
1.1 --- a/firefox/rootfs/etc/lxpanel/default/panels/bottom Mon May 07 23:14:13 2012 +0000 1.2 +++ b/firefox/rootfs/etc/lxpanel/default/panels/bottom Tue May 08 01:06:21 2012 +0000 1.3 @@ -38,12 +38,12 @@ 1.4 image=exec 1.5 command=run 1.6 } 1.7 - separator { 1.8 - } 1.9 - item { 1.10 - image=lxde-logout 1.11 - command=logout 1.12 - } 1.13 + #separator { 1.14 + #} 1.15 + #item { 1.16 + # image=lxde-logout 1.17 + # command=logout 1.18 + #} 1.19 } 1.20 } 1.21
2.1 --- a/firefox/rootfs/etc/lxpanel/default/panels/panel Mon May 07 23:14:13 2012 +0000 2.2 +++ b/firefox/rootfs/etc/lxpanel/default/panels/panel Tue May 08 01:06:21 2012 +0000 2.3 @@ -33,7 +33,7 @@ 2.4 type = launchbar 2.5 Config { 2.6 Button { 2.7 - id=/usr/share/applications/xterm.desktop 2.8 + id=/usr/share/applications/sakura.desktop 2.9 } 2.10 Button { 2.11 id=/usr/share/applications/tazpanel.desktop 2.12 @@ -115,7 +115,7 @@ 2.13 Plugin { 2.14 type = space 2.15 Config { 2.16 - Size=4 2.17 + Size=6 2.18 } 2.19 } 2.20 2.21 @@ -126,7 +126,22 @@ 2.22 Plugin { 2.23 type = space 2.24 Config { 2.25 - Size=2 2.26 + Size=4 2.27 } 2.28 } 2.29 2.30 +Plugin { 2.31 + type = launchbar 2.32 + Config { 2.33 + Button { 2.34 + id=/usr/share/applications/slitaz-logout.desktop 2.35 + } 2.36 + } 2.37 +} 2.38 + 2.39 +Plugin { 2.40 + type = space 2.41 + Config { 2.42 + Size=4 2.43 + } 2.44 +}