wok-stable view lxpanel/stuff/default/panels/panel @ rev 3799

Upgrade: lxpanel (0.3.8.1 to 0.5.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 14:27:24 2009 +0000 (2009-08-03)
parents e80aeb98eb5d
children 13eb25ae963c
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=22
11 transparent=0
12 tintcolor=#000000
13 alpha=0
14 setdocktype=1
15 setpartialstrut=1
16 usefontcolor=0
17 fontcolor=#ffffff
18 background=1
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 image=/usr/share/icons/SliTaz/16x16/actions/go-next.png
39 command=run
40 }
41 separator {
42 }
43 item {
44 image=/usr/share/pixmaps/logout.png
45 command=logout
46 }
47 }
48 }
50 Plugin {
51 type = launchbar
52 Config {
53 Button {
54 id=pcmanfm.desktop
55 }
56 Button {
57 id=xterm.desktop
58 }
59 Button {
60 id=firefox.desktop
61 }
62 }
63 }
65 Plugin {
66 type = space
67 Config {
68 Size=4
69 }
70 }
72 Plugin {
73 type = pager
74 }
76 Plugin {
77 type = space
78 Config {
79 Size=4
80 }
81 }
83 Plugin {
84 type = wincmd
85 Config {
86 Button1=iconify
87 Button2=shade
88 }
89 }
91 Plugin {
92 type = space
93 Config {
94 Size=4
95 }
96 }
98 Plugin {
99 type = taskbar
100 expand=1
101 Config {
102 tooltips=1
103 IconsOnly=0
104 AcceptSkipPager=1
105 ShowIconified=1
106 ShowMapped=1
107 ShowAllDesks=0
108 UseMouseWheel=1
109 UseUrgencyHint=1
110 FlatButton=0
111 MaxTaskWidth=200
112 spacing=1
113 }
114 }
116 Plugin {
117 type = space
118 Config {
119 Size=4
120 }
121 }
123 Plugin {
124 type = tray
125 }
127 Plugin {
128 type = volumealsa
129 }
131 Plugin {
132 type = space
133 Config {
134 Size=2
135 }
136 }
138 Plugin {
139 type = netstatus
140 Config {
141 iface=wlan1
142 configtool=subox netbox %i
143 }
144 }
146 Plugin {
147 type = space
148 Config {
149 Size=2
150 }
151 }
153 Plugin {
154 type = cpu
155 }
157 Plugin {
158 type = space
159 Config {
160 Size=2
161 }
162 }
164 Plugin {
165 type = launchbar
166 Config {
167 Button {
168 id=tazpkgbox.desktop
169 }
170 }
171 }
173 Plugin {
174 type = dclock
175 Config {
176 BoldFont=1
177 ClockFmt=%R
178 TooltipFmt=%A %x
179 }
180 }