flavors diff gtkonly/rootfs/etc/lxpanel/slitaz/panels/bottom @ 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/bottom@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/bottom	Tue Mar 06 22:05:42 2012 +0100
     1.3 @@ -0,0 +1,77 @@
     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=#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=24
    1.26 +}
    1.27 +
    1.28 +Plugin {
    1.29 +    type = menu
    1.30 +    Config {
    1.31 +        name=SliTazMenu.directory
    1.32 +        image=slitaz-menu
    1.33 +        system {
    1.34 +        }
    1.35 +        separator {
    1.36 +        }
    1.37 +        item {
    1.38 +            image=exec
    1.39 +            command=run
    1.40 +        }
    1.41 +        separator {
    1.42 +        }
    1.43 +        item {
    1.44 +            image=lxde-logout
    1.45 +            command=logout
    1.46 +        }
    1.47 +    }
    1.48 +}
    1.49 +
    1.50 +Plugin {
    1.51 +    type = space
    1.52 +    Config {
    1.53 +        Size=4
    1.54 +    }
    1.55 +}
    1.56 +
    1.57 +Plugin {
    1.58 +    type = taskbar
    1.59 +    expand=1
    1.60 +    Config {
    1.61 +        tooltips=1
    1.62 +        IconsOnly=0
    1.63 +        ShowAllDesks=0
    1.64 +        UseMouseWheel=1
    1.65 +        UseUrgencyHint=1
    1.66 +        FlatButton=1
    1.67 +        MaxTaskWidth=200
    1.68 +        spacing=2
    1.69 +        GroupedTasks=1
    1.70 +    }
    1.71 +}
    1.72 +
    1.73 +Plugin {
    1.74 +    type = tray
    1.75 +}
    1.76 +
    1.77 +Plugin {
    1.78 +    type = pager
    1.79 +}
    1.80 +