flavors-stable diff devel/rootfs/etc/lxpanel/slitaz/panels/panel @ rev 135

Add SliTaz contributors flavor (see doc)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 23 08:01:02 2012 +0100 (2012-02-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/devel/rootfs/etc/lxpanel/slitaz/panels/panel	Thu Feb 23 08:01:02 2012 +0100
     1.3 @@ -0,0 +1,124 @@
     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 = launchbar
    1.37 +    Config {
    1.38 +        Button {
    1.39 +            id=/usr/share/applications/xterm.desktop
    1.40 +        }
    1.41 +        Button {
    1.42 +            id=/usr/share/applications/tazpanel.desktop
    1.43 +        }
    1.44 +        Button {
    1.45 +            id=/usr/share/applications/midori.desktop
    1.46 +        }
    1.47 +        Button {
    1.48 +            id=/usr/share/applications/geany.desktop
    1.49 +        }
    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 = dclock
    1.63 +    Config {
    1.64 +        ClockFmt=%A %d %B - %R
    1.65 +        TooltipFmt=%A %x - %T
    1.66 +        BoldFont=1
    1.67 +        IconOnly=0
    1.68 +    }
    1.69 +}
    1.70 +
    1.71 +Plugin {
    1.72 +    type = space
    1.73 +    expand=1
    1.74 +    Config {
    1.75 +        Size=2
    1.76 +    }
    1.77 +}
    1.78 +
    1.79 +Plugin {
    1.80 +    type = volumealsa
    1.81 +}
    1.82 +
    1.83 +Plugin {
    1.84 +    type = space
    1.85 +    Config {
    1.86 +        Size=8
    1.87 +    }
    1.88 +}
    1.89 +
    1.90 +Plugin {
    1.91 +    type = netstatus
    1.92 +    Config {
    1.93 +        iface=wlan0
    1.94 +        configtool=browser http://tazpanel:82/network.cgi
    1.95 +    }
    1.96 +}
    1.97 +
    1.98 +Plugin {
    1.99 +    type = space
   1.100 +    Config {
   1.101 +        Size=4
   1.102 +    }
   1.103 +}
   1.104 +
   1.105 +Plugin {
   1.106 +    type = batt
   1.107 +    Config {
   1.108 +        HideIfNoBattery=0
   1.109 +        AlarmCommand=desktopbox notify "Battery low" 4
   1.110 +        AlarmTime=5
   1.111 +        BackgroundColor=#1b0c03
   1.112 +        BorderWidth=3
   1.113 +        ChargingColor1=#cfcfcf
   1.114 +        ChargingColor2=#cfcfcf
   1.115 +        DischargingColor1=#473b34
   1.116 +        DischargingColor2=#473b34
   1.117 +        Size=12
   1.118 +    }
   1.119 +}
   1.120 +
   1.121 +Plugin {
   1.122 +    type = space
   1.123 +    Config {
   1.124 +        Size=4
   1.125 +    }
   1.126 +}
   1.127 +