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

Up: amsn to 0.98.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:42:24 2011 +0000 (2011-10-16)
parents a310c324c0bf
children 15c8aa308268
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=#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 name=SliTazMenu.directory
36 image=/usr/share/pixmaps/slitaz-menu.png
37 system {
38 }
39 separator {
40 }
41 item {
42 image=exec
43 command=run
44 }
45 separator {
46 }
47 item {
48 image=logout
49 command=logout
50 }
51 }
52 }
54 Plugin {
55 type = space
56 Config {
57 Size=2
58 }
59 }
61 Plugin {
62 type = launchbar
63 Config {
64 Button {
65 id=/usr/share/applications/pcmanfm.desktop
66 }
67 Button {
68 id=/usr/share/applications/leafpad.desktop
69 }
70 }
71 }
73 Plugin {
74 type = space
75 Config {
76 Size=2
77 }
78 }
80 Plugin {
81 type = taskbar
82 expand=1
83 Config {
84 tooltips=1
85 IconsOnly=0
86 ShowAllDesks=0
87 UseMouseWheel=1
88 UseUrgencyHint=1
89 FlatButton=1
90 MaxTaskWidth=200
91 spacing=2
92 GroupedTasks=1
93 }
94 }
96 Plugin {
97 type = tray
98 }
100 Plugin {
101 type = space
102 Config {
103 Size=4
104 }
105 }
107 Plugin {
108 type = volumealsa
109 }
111 Plugin {
112 type = space
113 Config {
114 Size=8
115 }
116 }
118 Plugin {
119 type = netstatus
120 Config {
121 iface=wlan0
122 configtool=subox netbox %i
123 }
124 }
126 Plugin {
127 type = space
128 Config {
129 Size=4
130 }
131 }
133 Plugin {
134 type = batt
135 Config {
136 HideIfNoBattery=0
137 AlarmCommand=xmessage Battery low
138 AlarmTime=5
139 BackgroundColor=black
140 BorderWidth=1
141 ChargingColor1=#28f200
142 ChargingColor2=#22cc00
143 DischargingColor1=#ffee00
144 DischargingColor2=#d9ca00
145 Size=8
146 }
147 }
149 Plugin {
150 type = cpu
151 }
153 Plugin {
154 type = space
155 Config {
156 Size=2
157 }
158 }
160 Plugin {
161 type = pager
162 }
164 Plugin {
165 type = dclock
166 Config {
167 ClockFmt=%R
168 TooltipFmt=%A %x
169 BoldFont=1
170 IconOnly=0
171 }
172 }