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

lxpanel: default iface in /etc/network.conf is eth0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 10 00:43:35 2009 +0100 (2009-11-10)
parents 13eb25ae963c
children b92bebb66034
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=1
19 backgroundfile=/usr/share/lxpanel/images/background.png
20 iconsize=24
21 }
23 Plugin {
24 type = space
25 Config {
26 Size=2
27 }
28 }
30 Plugin {
31 type = menu
32 Config {
33 image=/usr/share/pixmaps/slitaz-menu.png
34 system {
35 }
36 separator {
37 }
38 item {
39 image=/usr/share/icons/SliTaz/16x16/actions/go-next.png
40 command=run
41 }
42 separator {
43 }
44 item {
45 image=/usr/share/pixmaps/logout.png
46 command=logout
47 }
48 }
49 }
51 Plugin {
52 type = launchbar
53 Config {
54 Button {
55 id=pcmanfm.desktop
56 }
57 Button {
58 id=xterm.desktop
59 }
60 Button {
61 id=firefox.desktop
62 }
63 }
64 }
66 Plugin {
67 type = space
68 Config {
69 Size=4
70 }
71 }
73 Plugin {
74 type = pager
75 }
77 Plugin {
78 type = space
79 Config {
80 Size=4
81 }
82 }
84 Plugin {
85 type = wincmd
86 Config {
87 Button1=iconify
88 Button2=shade
89 }
90 }
92 Plugin {
93 type = space
94 Config {
95 Size=4
96 }
97 }
99 Plugin {
100 type = taskbar
101 expand=1
102 Config {
103 tooltips=1
104 IconsOnly=0
105 AcceptSkipPager=1
106 ShowIconified=1
107 ShowMapped=1
108 ShowAllDesks=0
109 UseMouseWheel=1
110 UseUrgencyHint=1
111 FlatButton=0
112 MaxTaskWidth=200
113 spacing=1
114 }
115 }
117 Plugin {
118 type = space
119 Config {
120 Size=4
121 }
122 }
124 Plugin {
125 type = tray
126 }
128 Plugin {
129 type = volumealsa
130 }
132 Plugin {
133 type = space
134 Config {
135 Size=2
136 }
137 }
139 Plugin {
140 type = netstatus
141 Config {
142 iface=eth0
143 configtool=subox netbox %i
144 }
145 }
147 Plugin {
148 type = space
149 Config {
150 Size=2
151 }
152 }
154 Plugin {
155 type = cpu
156 }
158 Plugin {
159 type = space
160 Config {
161 Size=2
162 }
163 }
165 Plugin {
166 type = launchbar
167 Config {
168 Button {
169 id=tazpkgbox.desktop
170 }
171 }
172 }
174 Plugin {
175 type = dclock
176 Config {
177 BoldFont=1
178 ClockFmt=%R
179 TooltipFmt=%A %x
180 }
181 }