wok view lxpanel/stuff/default/panels/panel @ rev 709

Up: lxpanel (0.3.5.4)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 14:37:02 2008 +0200 (2008-05-02)
parents 48598e123c5a
children a1d12c37584a
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=0
12 tintcolor=#000000
13 alpha=0
14 setdocktype=1
15 setpartialstrut=1
16 usefontcolor=0
17 fontcolor=#ffffff
18 background=0
19 backgroundfile=/usr/share/lxpanel/images/background.png
20 }
22 Plugin {
23 type = space
24 Config {
25 Size=2
26 }
27 }
29 Plugin {
30 type = menu
31 Config {
32 image=/usr/share/pixmaps/slitaz-menu.png
33 system {
34 }
35 separator {
36 }
37 item {
38 command=run
39 }
40 separator {
41 }
42 item {
43 image=/usr/share/lxpanel/images/gnome-logout.png
44 command=logout
45 }
46 }
47 }
49 Plugin {
50 type = launchbar
51 Config {
52 Button {
53 id=xterm.desktop
54 }
55 Button {
56 id=pcmanfm.desktop
57 }
58 Button {
59 id=firefox.desktop
60 }
61 Button {
62 id=obconf.desktop
63 }
64 }
65 }
67 Plugin {
68 type = space
69 Config {
70 Size=4
71 }
72 }
74 Plugin {
75 type = wincmd
76 Config {
77 Button1=iconify
78 Button2=shade
79 }
80 }
82 Plugin {
83 type = space
84 Config {
85 Size=4
86 }
87 }
89 Plugin {
90 type = pager
91 }
93 Plugin {
94 type = taskbar
95 expand=1
96 Config {
97 tooltips=1
98 IconsOnly=0
99 AcceptSkipPager=1
100 ShowIconified=1
101 ShowMapped=1
102 ShowAllDesks=0
103 UseMouseWheel=1
104 UseUrgencyHint=1
105 FlatButton=0
106 MaxTaskWidth=200
107 spacing=1
108 }
109 }
111 Plugin {
112 type = space
113 Config {
114 Size=4
115 }
116 }
118 Plugin {
119 type = tray
120 }
122 Plugin {
123 type = volumealsa
124 }
126 Plugin {
127 type = netstatus
128 Config {
129 iface=eth0
130 configtool=subox netbox %i
131 }
132 }
134 Plugin {
135 type = space
136 Config {
137 Size=4
138 }
139 }
141 Plugin {
142 type = cpu
143 }
145 Plugin {
146 type = space
147 Config {
148 Size=2
149 }
150 }
152 Plugin {
153 type = launchbar
154 Config {
155 Button {
156 id=lxtask.desktop
157 }
158 Button {
159 id=hardinfo.desktop
160 }
161 }
162 }
164 Plugin {
165 type = dclock
166 Config {
167 ClockFmt=%R
168 TooltipFmt=%A %x
169 Action=osmo
170 BoldFont=0
171 }
172 }