flavors view core/rootfs/etc/lxpanel/default/panels/bottom @ rev 88

core/core-basic/just/base: update from last cooking...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 11:50:33 2011 +0200 (2011-04-02)
parents
children
line source
1 # lxpanel <profile> config file. Manually editing is not recommended.
2 # Use preference dialog in lxpanel to adjust config when you can.
4 Global {
5 edge=bottom
6 allign=center
7 margin=0
8 widthtype=percent
9 width=100
10 height=24
11 transparent=1
12 tintcolor=#ffffff
13 alpha=20
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=0
17 setpartialstrut=1
18 usefontcolor=1
19 fontcolor=#ffffff
20 background=0
21 iconsize=24
22 }
24 Plugin {
25 type = pager
26 }
28 Plugin {
29 type = space
30 Config {
31 Size=4
32 }
33 }
35 Plugin {
36 type = taskbar
37 expand=1
38 Config {
39 tooltips=1
40 IconsOnly=0
41 ShowAllDesks=0
42 UseMouseWheel=1
43 UseUrgencyHint=1
44 FlatButton=1
45 MaxTaskWidth=200
46 spacing=2
47 GroupedTasks=1
48 }
49 }
51 Plugin {
52 type = dclock
53 Config {
54 ClockFmt=%R
55 TooltipFmt=%A %x
56 BoldFont=1
57 IconOnly=0
58 }
59 }