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

lxpanel: small change
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 18:23:43 2012 +0200 (2012-04-20)
parents 296449b44b98
children 372dd84badab
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=#ffffff
13 alpha=20
14 autohide=0
15 heightwhenhidden=2
16 setdocktype=0
17 setpartialstrut=1
18 usefontcolor=1
19 fontcolor=#000000
20 background=0
21 iconsize=24
22 }
24 Plugin {
25 type = space
26 Config {
27 Size=4
28 }
29 }
31 Plugin {
32 type = menu
33 Config {
34 name=SliTazMenu.directory
35 image=/usr/share/pixmaps/slitaz-menu.png
36 system {
37 }
38 separator {
39 }
40 item {
41 image=exec
42 command=run
43 }
44 separator {
45 }
46 item {
47 image=logout
48 command=logout
49 }
50 }
51 }
53 Plugin {
54 type = space
55 Config {
56 Size=2
57 }
58 }
60 Plugin {
61 type = launchbar
62 Config {
63 Button {
64 id=/usr/share/applications/pcmanfm.desktop
65 }
66 Button {
67 id=/usr/share/applications/leafpad.desktop
68 }
69 }
70 }
72 Plugin {
73 type = space
74 Config {
75 Size=2
76 }
77 }
79 Plugin {
80 type = taskbar
81 expand=1
82 Config {
83 tooltips=1
84 IconsOnly=0
85 ShowAllDesks=0
86 UseMouseWheel=1
87 UseUrgencyHint=1
88 FlatButton=1
89 MaxTaskWidth=200
90 spacing=2
91 GroupedTasks=1
92 }
93 }
95 Plugin {
96 type = tray
97 }
99 Plugin {
100 type = space
101 Config {
102 Size=4
103 }
104 }
106 Plugin {
107 type = volumealsa
108 }
110 Plugin {
111 type = space
112 Config {
113 Size=8
114 }
115 }
117 Plugin {
118 type = netstatus
119 Config {
120 iface=wlan0
121 configtool=subox netbox %i
122 }
123 }
125 Plugin {
126 type = space
127 Config {
128 Size=4
129 }
130 }
132 Plugin {
133 type = batt
134 Config {
135 HideIfNoBattery=0
136 AlarmCommand=xmessage Battery low
137 AlarmTime=5
138 BackgroundColor=black
139 BorderWidth=1
140 ChargingColor1=#28f200
141 ChargingColor2=#22cc00
142 DischargingColor1=#ffee00
143 DischargingColor2=#d9ca00
144 Size=8
145 }
146 }
148 Plugin {
149 type = cpu
150 }
152 Plugin {
153 type = space
154 Config {
155 Size=2
156 }
157 }
159 Plugin {
160 type = pager
161 }
163 Plugin {
164 type = dclock
165 Config {
166 ClockFmt=%R
167 TooltipFmt=%A %x
168 BoldFont=1
169 IconOnly=0
170 }
171 }