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

Keep 4 flavors + loram + 3in1 and add tmp addfiles for core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 02 22:26:52 2010 +0100 (2010-02-02)
parents
children 11b0ee0a2ae2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/core/rootfs/etc/lxpanel/default/panels/panel	Tue Feb 02 22:26:52 2010 +0100
     1.3 @@ -0,0 +1,185 @@
     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=bottom
     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=#000000
    1.16 +    alpha=0
    1.17 +    autohide=0
    1.18 +    heightwhenhidden=2
    1.19 +    setdocktype=1
    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 +        image=/usr/share/pixmaps/slitaz-menu.png
    1.39 +        system {
    1.40 +        }
    1.41 +        separator {
    1.42 +        }
    1.43 +        item {
    1.44 +            image=/usr/share/icons/SliTaz/16x16/categories/applications-system.png
    1.45 +            command=run
    1.46 +        }
    1.47 +        separator {
    1.48 +        }
    1.49 +        item {
    1.50 +            image=/usr/share/pixmaps/logout.png
    1.51 +            command=logout
    1.52 +        }
    1.53 +    }
    1.54 +}
    1.55 +
    1.56 +Plugin {
    1.57 +    type = space
    1.58 +    Config {
    1.59 +        Size=4
    1.60 +    }
    1.61 +}
    1.62 +
    1.63 +Plugin {
    1.64 +    type = launchbar
    1.65 +    Config {
    1.66 +        Button {
    1.67 +            id=xterm.desktop
    1.68 +        }
    1.69 +        Button {
    1.70 +            id=netsurf.desktop
    1.71 +        }
    1.72 +    }
    1.73 +}
    1.74 +
    1.75 +Plugin {
    1.76 +    type = pager
    1.77 +}
    1.78 +
    1.79 +Plugin {
    1.80 +    type = wincmd
    1.81 +    Config {
    1.82 +        image=window-manager
    1.83 +        Button1=iconify
    1.84 +        Button2=shade
    1.85 +        Toggle=0
    1.86 +    }
    1.87 +}
    1.88 +
    1.89 +Plugin {
    1.90 +    type = taskbar
    1.91 +    expand=1
    1.92 +    Config {
    1.93 +        tooltips=1
    1.94 +        IconsOnly=0
    1.95 +        ShowAllDesks=0
    1.96 +        UseMouseWheel=1
    1.97 +        UseUrgencyHint=1
    1.98 +        FlatButton=1
    1.99 +        MaxTaskWidth=200
   1.100 +        spacing=1
   1.101 +        GroupedTasks=0
   1.102 +    }
   1.103 +}
   1.104 +
   1.105 +Plugin {
   1.106 +    type = space
   1.107 +    Config {
   1.108 +        Size=4
   1.109 +    }
   1.110 +}
   1.111 +
   1.112 +Plugin {
   1.113 +    type = tray
   1.114 +}
   1.115 +
   1.116 +Plugin {
   1.117 +    type = volumealsa
   1.118 +}
   1.119 +
   1.120 +Plugin {
   1.121 +    type = space
   1.122 +    Config {
   1.123 +        Size=4
   1.124 +    }
   1.125 +}
   1.126 +
   1.127 +Plugin {
   1.128 +    type = netstatus
   1.129 +    Config {
   1.130 +        iface=eth0
   1.131 +        configtool=subox netbox %i
   1.132 +    }
   1.133 +}
   1.134 +
   1.135 +Plugin {
   1.136 +    type = space
   1.137 +    Config {
   1.138 +        Size=4
   1.139 +    }
   1.140 +}
   1.141 +
   1.142 +Plugin {
   1.143 +    type = batt
   1.144 +    Config {
   1.145 +        HideIfNoBattery=0
   1.146 +        AlarmCommand=xmessage Battery low
   1.147 +        AlarmTime=5
   1.148 +        BackgroundColor=black
   1.149 +        BorderWidth=1
   1.150 +        ChargingColor1=#28f200
   1.151 +        ChargingColor2=#22cc00
   1.152 +        DischargingColor1=#ffee00
   1.153 +        DischargingColor2=#d9ca00
   1.154 +        Size=8
   1.155 +    }
   1.156 +}
   1.157 +
   1.158 +Plugin {
   1.159 +    type = cpu
   1.160 +}
   1.161 +
   1.162 +Plugin {
   1.163 +    type = space
   1.164 +    Config {
   1.165 +        Size=2
   1.166 +    }
   1.167 +}
   1.168 +
   1.169 +Plugin {
   1.170 +    type = launchbar
   1.171 +    Config {
   1.172 +        Button {
   1.173 +            id=tazpkgbox.desktop
   1.174 +        }
   1.175 +    }
   1.176 +}
   1.177 +
   1.178 +Plugin {
   1.179 +    type = dclock
   1.180 +    Config {
   1.181 +        ClockFmt=%R
   1.182 +        TooltipFmt=%A %x
   1.183 +        Action=desktopbox calendar
   1.184 +        BoldFont=0
   1.185 +        IconOnly=0
   1.186 +    }
   1.187 +}
   1.188 +