wok-4.x rev 5140
lxpanel: fix config file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 23 21:00:23 2010 +0100 (2010-03-23) |
parents | 81ea551928bc |
children | 08b3c59fff77 |
files | lxpanel/stuff/default/panels/panel |
line diff
1.1 --- a/lxpanel/stuff/default/panels/panel Tue Mar 23 20:45:29 2010 +0100 1.2 +++ b/lxpanel/stuff/default/panels/panel Tue Mar 23 21:00:23 2010 +0100 1.3 @@ -38,7 +38,7 @@ 1.4 separator { 1.5 } 1.6 item { 1.7 - image=/usr/share/icons/SliTaz/16x16/categories/applications-system.png 1.8 + image=/usr/share/icons/SliTaz/16x16/actions/go-next.png 1.9 command=run 1.10 } 1.11 separator { 1.12 @@ -64,6 +64,9 @@ 1.13 id=xterm.desktop 1.14 } 1.15 Button { 1.16 + id=pcmanfm.desktop 1.17 + } 1.18 + Button { 1.19 id=midori.desktop 1.20 } 1.21 } 1.22 @@ -175,11 +178,7 @@ 1.23 Plugin { 1.24 type = dclock 1.25 Config { 1.26 - ClockFmt=%R 1.27 - TooltipFmt=%A %x 1.28 - Action=desktopbox calendar 1.29 BoldFont=0 1.30 IconOnly=0 1.31 } 1.32 } 1.33 -