flavors view core/rootfs/etc/lxpanel/default/panels/panel @ rev 15

Keep 4 flavors + loram + 3in1 and add tmp addfiles for core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 02 22:26:52 2010 +0100 (2010-02-02)
parents
children 11b0ee0a2ae2
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/categories/applications-system.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=netsurf.desktop
68 }
69 }
70 }
72 Plugin {
73 type = pager
74 }
76 Plugin {
77 type = wincmd
78 Config {
79 image=window-manager
80 Button1=iconify
81 Button2=shade
82 Toggle=0
83 }
84 }
86 Plugin {
87 type = taskbar
88 expand=1
89 Config {
90 tooltips=1
91 IconsOnly=0
92 ShowAllDesks=0
93 UseMouseWheel=1
94 UseUrgencyHint=1
95 FlatButton=1
96 MaxTaskWidth=200
97 spacing=1
98 GroupedTasks=0
99 }
100 }
102 Plugin {
103 type = space
104 Config {
105 Size=4
106 }
107 }
109 Plugin {
110 type = tray
111 }
113 Plugin {
114 type = volumealsa
115 }
117 Plugin {
118 type = space
119 Config {
120 Size=4
121 }
122 }
124 Plugin {
125 type = netstatus
126 Config {
127 iface=eth0
128 configtool=subox netbox %i
129 }
130 }
132 Plugin {
133 type = space
134 Config {
135 Size=4
136 }
137 }
139 Plugin {
140 type = batt
141 Config {
142 HideIfNoBattery=0
143 AlarmCommand=xmessage Battery low
144 AlarmTime=5
145 BackgroundColor=black
146 BorderWidth=1
147 ChargingColor1=#28f200
148 ChargingColor2=#22cc00
149 DischargingColor1=#ffee00
150 DischargingColor2=#d9ca00
151 Size=8
152 }
153 }
155 Plugin {
156 type = cpu
157 }
159 Plugin {
160 type = space
161 Config {
162 Size=2
163 }
164 }
166 Plugin {
167 type = launchbar
168 Config {
169 Button {
170 id=tazpkgbox.desktop
171 }
172 }
173 }
175 Plugin {
176 type = dclock
177 Config {
178 ClockFmt=%R
179 TooltipFmt=%A %x
180 Action=desktopbox calendar
181 BoldFont=0
182 IconOnly=0
183 }
184 }