wok-next diff lxpanel/stuff/default/panels/panel @ rev 3093

lxpanel: Remove and add custom icon + use gtk calendar
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 17 00:38:37 2009 +0200 (2009-05-17)
parents 29f7e47082b9
children ee420562a299
line diff
     1.1 --- a/lxpanel/stuff/default/panels/panel	Tue Apr 28 00:43:58 2009 +0200
     1.2 +++ b/lxpanel/stuff/default/panels/panel	Sun May 17 00:38:37 2009 +0200
     1.3 @@ -35,13 +35,13 @@
     1.4          separator {
     1.5          }
     1.6          item {
     1.7 -            image=/usr/share/icons/Tango/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          }
    1.13          item {
    1.14 -            image=/usr/share/lxpanel/images/gnome-logout.png
    1.15 +            image=/usr/share/pixmaps/logout.png
    1.16              command=logout
    1.17          }
    1.18      }
    1.19 @@ -126,9 +126,16 @@
    1.20  }
    1.21  
    1.22  Plugin {
    1.23 +    type = space
    1.24 +    Config {
    1.25 +        Size=2
    1.26 +    }
    1.27 +}
    1.28 +
    1.29 +Plugin {
    1.30      type = netstatus
    1.31      Config {
    1.32 -        iface=eth0
    1.33 +        iface=wlan1
    1.34          configtool=subox netbox %i
    1.35      }
    1.36  }
    1.37 @@ -136,7 +143,7 @@
    1.38  Plugin {
    1.39      type = space
    1.40      Config {
    1.41 -        Size=4
    1.42 +        Size=2
    1.43      }
    1.44  }
    1.45  
    1.46 @@ -155,12 +162,6 @@
    1.47      type = launchbar
    1.48      Config {
    1.49          Button {
    1.50 -            id=lxtask.desktop
    1.51 -        }
    1.52 -        Button {
    1.53 -            id=tazctrlbox.desktop
    1.54 -        }
    1.55 -        Button {
    1.56              id=tazpkgbox.desktop
    1.57          }
    1.58      }
    1.59 @@ -169,10 +170,9 @@
    1.60  Plugin {
    1.61      type = dclock
    1.62      Config {
    1.63 -        ClockFmt=%R
    1.64 +        BoldFont=1
    1.65 +		ClockFmt=%R
    1.66          TooltipFmt=%A %x
    1.67 -        Action=desktopbox calendar
    1.68 -        BoldFont=0
    1.69      }
    1.70  }
    1.71