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

lxpanel: add tazctrlbox to config file
author Rohit Joshi <jozee@slitaz.org>
date Wed Mar 24 06:59:27 2010 -0400 (2010-03-24)
parents 7eb937787b3a
children a310c324c0bf
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=1
12 tintcolor=#000000
13 alpha=0
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=1
17 setpartialstrut=1
18 usefontcolor=1
19 fontcolor=#ffffff
20 background=0
21 backgroundfile=/usr/share/lxpanel/images/background.png
22 iconsize=24
23 }
25 Plugin {
26 type = space
27 Config {
28 Size=4
29 }
30 }
32 Plugin {
33 type = menu
34 Config {
35 image=/usr/share/pixmaps/slitaz-menu.png
36 system {
37 }
38 separator {
39 }
40 item {
41 image=/usr/share/icons/SliTaz/16x16/actions/go-next.png
42 command=run
43 }
44 separator {
45 }
46 item {
47 image=/usr/share/pixmaps/logout.png
48 command=logout
49 }
50 }
51 }
53 Plugin {
54 type = space
55 Config {
56 Size=4
57 }
58 }
60 Plugin {
61 type = launchbar
62 Config {
63 Button {
64 id=xterm.desktop
65 }
66 Button {
67 id=pcmanfm.desktop
68 }
69 Button {
70 id=midori.desktop
71 }
72 }
73 }
75 Plugin {
76 type = pager
77 }
79 Plugin {
80 type = wincmd
81 Config {
82 image=window-manager
83 Button1=iconify
84 Button2=shade
85 Toggle=0
86 }
87 }
89 Plugin {
90 type = taskbar
91 expand=1
92 Config {
93 tooltips=1
94 IconsOnly=0
95 ShowAllDesks=0
96 UseMouseWheel=1
97 UseUrgencyHint=1
98 FlatButton=1
99 MaxTaskWidth=200
100 spacing=1
101 GroupedTasks=0
102 }
103 }
105 Plugin {
106 type = space
107 Config {
108 Size=4
109 }
110 }
112 Plugin {
113 type = tray
114 }
116 Plugin {
117 type = volumealsa
118 }
120 Plugin {
121 type = space
122 Config {
123 Size=4
124 }
125 }
127 Plugin {
128 type = netstatus
129 Config {
130 iface=eth0
131 configtool=subox netbox %i
132 }
133 }
135 Plugin {
136 type = space
137 Config {
138 Size=4
139 }
140 }
142 Plugin {
143 type = batt
144 Config {
145 HideIfNoBattery=0
146 AlarmCommand=xmessage Battery low
147 AlarmTime=5
148 BackgroundColor=black
149 BorderWidth=1
150 ChargingColor1=#28f200
151 ChargingColor2=#22cc00
152 DischargingColor1=#ffee00
153 DischargingColor2=#d9ca00
154 Size=8
155 }
156 }
158 Plugin {
159 type = cpu
160 }
162 Plugin {
163 type = space
164 Config {
165 Size=2
166 }
167 }
169 Plugin {
170 type = launchbar
171 Config {
172 Button {
173 id=tazctrlbox.desktop
174 }
175 Button {
176 id=tazpkgbox.desktop
177 }
178 }
179 }
181 Plugin {
182 type = dclock
183 Config {
184 BoldFont=0
185 IconOnly=0
186 }
187 }