flavors diff gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel @ rev 153

gtkonly: use same lxconfig file path than core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 22:05:42 2012 +0100 (2012-03-06)
parents gtkonly/rootfs/etc/lxpanel/default/panels/panel@6f4801f2e3d3
children 7759794c5a07
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtkonly/rootfs/etc/lxpanel/slitaz/panels/panel	Tue Mar 06 22:05:42 2012 +0100
     1.3 @@ -0,0 +1,117 @@
     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=#351a0a
    1.16 +    alpha=255
    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/images/panel-background.png
    1.25 +    iconsize=22
    1.26 +}
    1.27 +
    1.28 +Plugin {
    1.29 +    type = space
    1.30 +    Config {
    1.31 +        Size=2
    1.32 +    }
    1.33 +}
    1.34 +
    1.35 +Plugin {
    1.36 +    type = space
    1.37 +    expand=1
    1.38 +    Config {
    1.39 +        Size=2
    1.40 +    }
    1.41 +}
    1.42 +
    1.43 +Plugin {
    1.44 +    type = dclock
    1.45 +    Config {
    1.46 +        ClockFmt=%A %d %B - %R
    1.47 +        TooltipFmt=%A %x - %T
    1.48 +        BoldFont=1
    1.49 +        IconOnly=0
    1.50 +    }
    1.51 +}
    1.52 +
    1.53 +Plugin {
    1.54 +    type = space
    1.55 +    expand=1
    1.56 +    Config {
    1.57 +        Size=2
    1.58 +    }
    1.59 +}
    1.60 +
    1.61 +Plugin {
    1.62 +    type = volumealsa
    1.63 +}
    1.64 +
    1.65 +Plugin {
    1.66 +    type = space
    1.67 +    Config {
    1.68 +        Size=8
    1.69 +    }
    1.70 +}
    1.71 +
    1.72 +Plugin {
    1.73 +    type = netstatus
    1.74 +    Config {
    1.75 +        iface=wlan0
    1.76 +        configtool=browser http://tazpanel:82/network.cgi
    1.77 +    }
    1.78 +}
    1.79 +
    1.80 +Plugin {
    1.81 +    type = space
    1.82 +    Config {
    1.83 +        Size=4
    1.84 +    }
    1.85 +}
    1.86 +
    1.87 +Plugin {
    1.88 +    type = batt
    1.89 +    Config {
    1.90 +        HideIfNoBattery=0
    1.91 +        AlarmCommand=desktopbox notify "Battery low" 4
    1.92 +        AlarmTime=5
    1.93 +        BackgroundColor=#1b0c03
    1.94 +        BorderWidth=3
    1.95 +        ChargingColor1=#cfcfcf
    1.96 +        ChargingColor2=#cfcfcf
    1.97 +        DischargingColor1=#473b34
    1.98 +        DischargingColor2=#473b34
    1.99 +        Size=12
   1.100 +    }
   1.101 +}
   1.102 +
   1.103 +Plugin {
   1.104 +    type = space
   1.105 +    Config {
   1.106 +        Size=4
   1.107 +    }
   1.108 +}
   1.109 +
   1.110 +Plugin {
   1.111 +    type = cpu
   1.112 +}
   1.113 +
   1.114 +Plugin {
   1.115 +    type = space
   1.116 +    Config {
   1.117 +        Size=2
   1.118 +    }
   1.119 +}
   1.120 +