flavors diff firefox/rootfs/etc/lxpanel/default/panels/bottom @ rev 89

firefox: update from last cooking...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 14:23:38 2011 +0200 (2011-04-02)
parents
children 4199e6d4c7d1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/rootfs/etc/lxpanel/default/panels/bottom	Sat Apr 02 14:23:38 2011 +0200
     1.3 @@ -0,0 +1,60 @@
     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=#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 +    iconsize=24
    1.25 +}
    1.26 +
    1.27 +Plugin {
    1.28 +    type = pager
    1.29 +}
    1.30 +
    1.31 +Plugin {
    1.32 +    type = space
    1.33 +    Config {
    1.34 +        Size=4
    1.35 +    }
    1.36 +}
    1.37 +
    1.38 +Plugin {
    1.39 +    type = taskbar
    1.40 +    expand=1
    1.41 +    Config {
    1.42 +        tooltips=1
    1.43 +        IconsOnly=0
    1.44 +        ShowAllDesks=0
    1.45 +        UseMouseWheel=1
    1.46 +        UseUrgencyHint=1
    1.47 +        FlatButton=1
    1.48 +        MaxTaskWidth=200
    1.49 +        spacing=2
    1.50 +        GroupedTasks=1
    1.51 +    }
    1.52 +}
    1.53 +
    1.54 +Plugin {
    1.55 +    type = dclock
    1.56 +    Config {
    1.57 +        ClockFmt=%R
    1.58 +        TooltipFmt=%A %x
    1.59 +        BoldFont=1
    1.60 +        IconOnly=0
    1.61 +    }
    1.62 +}
    1.63 +