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

lxpanel: obconf is not a often used apps... 3 icons nice
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 21:41:53 2008 +0200 (2008-05-15)
parents 5a6d3aa6155b
children 08c68c1fe5ae
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=pcmanfm.desktop
54 }
55 Button {
56 id=xterm.desktop
57 }
58 Button {
59 id=firefox.desktop
60 }
61 }
62 }
64 Plugin {
65 type = wincmd
66 Config {
67 Button1=iconify
68 Button2=shade
69 }
70 }
72 Plugin {
73 type = space
74 Config {
75 Size=4
76 }
77 }
79 Plugin {
80 type = pager
81 }
83 Plugin {
84 type = taskbar
85 expand=1
86 Config {
87 tooltips=1
88 IconsOnly=0
89 AcceptSkipPager=1
90 ShowIconified=1
91 ShowMapped=1
92 ShowAllDesks=0
93 UseMouseWheel=1
94 UseUrgencyHint=1
95 FlatButton=0
96 MaxTaskWidth=200
97 spacing=1
98 }
99 }
101 Plugin {
102 type = space
103 Config {
104 Size=4
105 }
106 }
108 Plugin {
109 type = tray
110 }
112 Plugin {
113 type = volumealsa
114 }
116 Plugin {
117 type = netstatus
118 Config {
119 iface=eth0
120 configtool=subox netbox %i
121 }
122 }
124 Plugin {
125 type = space
126 Config {
127 Size=4
128 }
129 }
131 Plugin {
132 type = cpu
133 }
135 Plugin {
136 type = space
137 Config {
138 Size=2
139 }
140 }
142 Plugin {
143 type = launchbar
144 Config {
145 Button {
146 id=lxtask.desktop
147 }
148 Button {
149 id=hardinfo.desktop
150 }
151 Button {
152 id=tazpkgbox.desktop
153 }
154 }
155 }
157 Plugin {
158 type = dclock
159 Config {
160 ClockFmt=%R
161 TooltipFmt=%A %x
162 Action=desktopbox calendar
163 BoldFont=0
164 }
165 }