lxpanel: Override the default config to be more embedded-friendly. Removes the wastef...
[openwrt/svn-archive/feeds.git] / lxde / apps / lxpanel / files / default_config / panels / panel
1 # lxpanel <profile> config file. Manually editing is not recommended.
2 # Use preference dialog in lxpanel to adjust config when you can.
3
4 Global {
5 edge=bottom
6 allign=left
7 margin=0
8 widthtype=percent
9 width=100
10 height=26
11 transparent=0
12 tintcolor=#000000
13 alpha=0
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=1
17 setpartialstrut=1
18 usefontcolor=0
19 fontcolor=#ffffff
20 background=0
21 backgroundfile=/usr/share/lxpanel/images/background.png
22 iconsize=24
23 }
24
25 Plugin {
26 type = space
27 Config {
28 Size=2
29 }
30 }
31
32 Plugin {
33 type = menu
34 Config {
35 image=/usr/share/lxpanel/images/my-computer.png
36 system {
37 }
38 separator {
39 }
40 item {
41 command=run
42 }
43 separator {
44 }
45 item {
46 image=gnome-logout
47 command=logout
48 }
49 }
50 }
51
52 Plugin {
53 type = space
54 Config {
55 Size=4
56 }
57 }
58
59 Plugin {
60 type = pager
61 }
62
63 Plugin {
64 type = space
65 Config {
66 Size=4
67 }
68 }
69
70 Plugin {
71 type = taskbar
72 expand=1
73 Config {
74 tooltips=1
75 IconsOnly=0
76 ShowAllDesks=0
77 UseMouseWheel=1
78 UseUrgencyHint=1
79 FlatButton=0
80 MaxTaskWidth=150
81 spacing=1
82 GroupedTasks=0
83 }
84 }
85
86 Plugin {
87 type = tray
88 }
89
90 Plugin {
91 type = dclock
92 Config {
93 ClockFmt=%R
94 TooltipFmt=%A %x
95 BoldFont=0
96 IconOnly=0
97 }
98 }
99