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

Fix: libftdi commit
author Matthew Sheets <rcx@zoominternet.net>
date Tue Jul 21 11:55:17 2009 +0000 (2009-07-21)
parents f8d9b6cee57b
children 7bde7b5b965d
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=xterm.desktop
55 }
56 Button {
57 id=firefox.desktop
58 }
59 }
60 }
62 Plugin {
63 type = space
64 Config {
65 Size=4
66 }
67 }
69 Plugin {
70 type = pager
71 }
73 Plugin {
74 type = space
75 Config {
76 Size=4
77 }
78 }
80 Plugin {
81 type = wincmd
82 Config {
83 Button1=iconify
84 Button2=shade
85 }
86 }
88 Plugin {
89 type = space
90 Config {
91 Size=4
92 }
93 }
95 Plugin {
96 type = taskbar
97 expand=1
98 Config {
99 tooltips=1
100 IconsOnly=0
101 AcceptSkipPager=1
102 ShowIconified=1
103 ShowMapped=1
104 ShowAllDesks=0
105 UseMouseWheel=1
106 UseUrgencyHint=1
107 FlatButton=0
108 MaxTaskWidth=200
109 spacing=1
110 }
111 }
113 Plugin {
114 type = space
115 Config {
116 Size=4
117 }
118 }
120 Plugin {
121 type = tray
122 }
124 Plugin {
125 type = volumealsa
126 }
128 Plugin {
129 type = space
130 Config {
131 Size=2
132 }
133 }
135 Plugin {
136 type = netstatus
137 Config {
138 iface=wlan1
139 configtool=subox netbox %i
140 }
141 }
143 Plugin {
144 type = space
145 Config {
146 Size=2
147 }
148 }
150 Plugin {
151 type = cpu
152 }
154 Plugin {
155 type = space
156 Config {
157 Size=2
158 }
159 }
161 Plugin {
162 type = launchbar
163 Config {
164 Button {
165 id=tazpkgbox.desktop
166 }
167 }
168 }
170 Plugin {
171 type = dclock
172 Config {
173 BoldFont=1
174 ClockFmt=%R
175 TooltipFmt=%A %x
176 }
177 }