flavors diff core/rootfs/etc/lxpanel/default/panels/panel @ rev 88

core/core-basic/just/base: update from last cooking...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 11:50:33 2011 +0200 (2011-04-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/core/rootfs/etc/lxpanel/default/panels/panel	Sat Apr 02 11:50:33 2011 +0200
     1.3 @@ -0,0 +1,126 @@
     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=100
    1.13 +    height=24
    1.14 +    transparent=1
    1.15 +    tintcolor=#ffffff
    1.16 +    alpha=20
    1.17 +    autohide=0
    1.18 +    heightwhenhidden=2
    1.19 +    setdocktype=0
    1.20 +    setpartialstrut=1
    1.21 +    usefontcolor=1
    1.22 +    fontcolor=#ffffff
    1.23 +    background=0
    1.24 +    backgroundfile=/usr/share/lxpanel/images/background.png
    1.25 +    iconsize=24
    1.26 +}
    1.27 +
    1.28 +Plugin {
    1.29 +    type = space
    1.30 +    Config {
    1.31 +        Size=4
    1.32 +    }
    1.33 +}
    1.34 +
    1.35 +Plugin {
    1.36 +    type = menu
    1.37 +    Config {
    1.38 +        name=SliTazMenu.directory
    1.39 +        image=/usr/share/pixmaps/slitaz-menu.png
    1.40 +        name=SliTazMenu.directory
    1.41 +        system {
    1.42 +        }
    1.43 +        separator {
    1.44 +        }
    1.45 +        item {
    1.46 +			image=exec
    1.47 +            command=run
    1.48 +        }
    1.49 +        separator {
    1.50 +        }
    1.51 +        item {
    1.52 +            image=logout
    1.53 +            command=logout
    1.54 +        }
    1.55 +    }
    1.56 +}
    1.57 +
    1.58 +Plugin {
    1.59 +    type = space
    1.60 +    expand=1
    1.61 +    Config {
    1.62 +        Size=2
    1.63 +    }
    1.64 +}
    1.65 +
    1.66 +Plugin {
    1.67 +    type = tray
    1.68 +}
    1.69 +
    1.70 +Plugin {
    1.71 +    type = space
    1.72 +    Config {
    1.73 +        Size=4
    1.74 +    }
    1.75 +}
    1.76 +
    1.77 +Plugin {
    1.78 +    type = volumealsa
    1.79 +}
    1.80 +
    1.81 +Plugin {
    1.82 +    type = space
    1.83 +    Config {
    1.84 +        Size=4
    1.85 +    }
    1.86 +}
    1.87 +
    1.88 +Plugin {
    1.89 +    type = netstatus
    1.90 +    Config {
    1.91 +        iface=wlan0
    1.92 +        configtool=subox netbox %i
    1.93 +    }
    1.94 +}
    1.95 +
    1.96 +Plugin {
    1.97 +    type = space
    1.98 +    Config {
    1.99 +        Size=4
   1.100 +    }
   1.101 +}
   1.102 +
   1.103 +Plugin {
   1.104 +    type = batt
   1.105 +    Config {
   1.106 +        HideIfNoBattery=0
   1.107 +        AlarmCommand=xmessage Battery low
   1.108 +        AlarmTime=5
   1.109 +        BackgroundColor=black
   1.110 +        BorderWidth=1
   1.111 +        ChargingColor1=#28f200
   1.112 +        ChargingColor2=#22cc00
   1.113 +        DischargingColor1=#ffee00
   1.114 +        DischargingColor2=#d9ca00
   1.115 +        Size=8
   1.116 +    }
   1.117 +}
   1.118 +
   1.119 +Plugin {
   1.120 +    type = cpu
   1.121 +}
   1.122 +
   1.123 +Plugin {
   1.124 +    type = space
   1.125 +    Config {
   1.126 +        Size=2
   1.127 +    }
   1.128 +}
   1.129 +