wok rev 9503

lxpanel: move slitaz config to slitaz-configs repo (we use --profile at startup to use our settings)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 04:03:17 2011 +0200 (2011-04-06)
parents ab5d1ea8d9cb
children 98fc9beddbba
files lxpanel/stuff/default/panels/bottom lxpanel/stuff/default/panels/panel
line diff
     1.1 --- a/lxpanel/stuff/default/panels/bottom	Tue Apr 05 21:58:06 2011 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,60 +0,0 @@
     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 -
     2.1 --- a/lxpanel/stuff/default/panels/panel	Tue Apr 05 21:58:06 2011 +0000
     2.2 +++ b/lxpanel/stuff/default/panels/panel	Wed Apr 06 04:03:17 2011 +0200
     2.3 @@ -2,13 +2,13 @@
     2.4  # Use preference dialog in lxpanel to adjust config when you can.
     2.5  
     2.6  Global {
     2.7 -    edge=top
     2.8 +    edge=bottom
     2.9      allign=center
    2.10      margin=0
    2.11      widthtype=percent
    2.12      width=100
    2.13      height=24
    2.14 -    transparent=1
    2.15 +    transparent=0
    2.16      tintcolor=#ffffff
    2.17      alpha=20
    2.18      autohide=0
    2.19 @@ -78,10 +78,18 @@
    2.20  }
    2.21  
    2.22  Plugin {
    2.23 -    type = space
    2.24 +    type = taskbar
    2.25      expand=1
    2.26      Config {
    2.27 -        Size=2
    2.28 +        tooltips=1
    2.29 +        IconsOnly=0
    2.30 +        ShowAllDesks=0
    2.31 +        UseMouseWheel=1
    2.32 +        UseUrgencyHint=1
    2.33 +        FlatButton=1
    2.34 +        MaxTaskWidth=200
    2.35 +        spacing=2
    2.36 +        GroupedTasks=1
    2.37      }
    2.38  }
    2.39  
    2.40 @@ -149,3 +157,16 @@
    2.41      }
    2.42  }
    2.43  
    2.44 +Plugin {
    2.45 +    type = pager
    2.46 +}
    2.47 +
    2.48 +Plugin {
    2.49 +    type = dclock
    2.50 +    Config {
    2.51 +        ClockFmt=%R
    2.52 +        TooltipFmt=%A %x
    2.53 +        BoldFont=1
    2.54 +        IconOnly=0
    2.55 +    }
    2.56 +}