wok diff lxpanel/stuff/default/panels/panel @ rev 610

Up: lxpanel (0.3.5) - Use new config UI and files
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 18:18:08 2008 +0200 (2008-04-18)
parents
children 924a05471475
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxpanel/stuff/default/panels/panel	Fri Apr 18 18:18:08 2008 +0200
     1.3 @@ -0,0 +1,111 @@
     1.4 +# lxpanel <profile> config file. Manually editing is not recommended.
     1.5 +# Use preference dialog in lxpanel to adjust config when you can.
     1.6 +
     1.7 +Global {
     1.8 +    edge=top
     1.9 +    allign=center
    1.10 +    margin=0
    1.11 +    widthtype=percent
    1.12 +    width=21
    1.13 +    height=24
    1.14 +    transparent=0
    1.15 +    tintcolor=#000000
    1.16 +    alpha=0
    1.17 +    setdocktype=1
    1.18 +    setpartialstrut=1
    1.19 +    usefontcolor=0
    1.20 +    fontcolor=#ffffff
    1.21 +    background=0
    1.22 +    backgroundfile=/usr/share/lxpanel/images/background.png
    1.23 +}
    1.24 +
    1.25 +Plugin {
    1.26 +    type = space
    1.27 +    Config {
    1.28 +        Size=4
    1.29 +    }
    1.30 +}
    1.31 +
    1.32 +Plugin {
    1.33 +    type = menu
    1.34 +    Config {
    1.35 +        image=/usr/share/pixmaps/slitaz-menu.png
    1.36 +        system {
    1.37 +        }
    1.38 +        separator {
    1.39 +        }
    1.40 +        item {
    1.41 +            command=run
    1.42 +        }
    1.43 +        separator {
    1.44 +        }
    1.45 +        item {
    1.46 +            image=/usr/share/icons/Tango/jwm/system-log-out.png
    1.47 +            command=logout
    1.48 +        }
    1.49 +    }
    1.50 +}
    1.51 +
    1.52 +Plugin {
    1.53 +    type = launchbar
    1.54 +    Config {
    1.55 +        Button {
    1.56 +            id=xterm.desktop
    1.57 +        }
    1.58 +        Button {
    1.59 +            id=emelfm2.desktop
    1.60 +        }
    1.61 +        Button {
    1.62 +            id=firefox.desktop
    1.63 +        }
    1.64 +    }
    1.65 +}
    1.66 +
    1.67 +Plugin {
    1.68 +    type = space
    1.69 +    Config {
    1.70 +        Size=4
    1.71 +    }
    1.72 +}
    1.73 +
    1.74 +Plugin {
    1.75 +    type = wincmd
    1.76 +    Config {
    1.77 +        Button1=iconify
    1.78 +        Button2=shade
    1.79 +    }
    1.80 +}
    1.81 +
    1.82 +Plugin {
    1.83 +    type = volumealsa
    1.84 +}
    1.85 +
    1.86 +Plugin {
    1.87 +    type = netstatus
    1.88 +    Config {
    1.89 +        iface=eth0
    1.90 +        configtool=subox netbox %i
    1.91 +    }
    1.92 +}
    1.93 +
    1.94 +Plugin {
    1.95 +    type = space
    1.96 +    Config {
    1.97 +        Size=2
    1.98 +    }
    1.99 +}
   1.100 +
   1.101 +Plugin {
   1.102 +    type = cpu
   1.103 +}
   1.104 +
   1.105 +Plugin {
   1.106 +    type = dclock
   1.107 +    Config {
   1.108 +        ClockFmt=%R
   1.109 +        TooltipFmt=%A %x
   1.110 +        Action=osmo
   1.111 +        BoldFont=1
   1.112 +    }
   1.113 +}
   1.114 +