flavors view core/rootfs/etc/lxpanel/slitaz/panels/panel @ rev 103

core: add modified files in etc
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 31 00:28:53 2011 +0200 (2011-05-31)
parents
children
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=top
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=1
21 backgroundfile=/usr/share/images/panel-background.png
22 iconsize=22
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/xterm.desktop
66 }
67 Button {
68 id=/usr/share/applications/leafpad.desktop
69 }
70 Button {
71 id=/usr/share/applications/tazweb.desktop
72 }
73 }
74 }
76 Plugin {
77 type = space
78 expand=1
79 Config {
80 Size=2
81 }
82 }
84 Plugin {
85 type = tray
86 }
88 Plugin {
89 type = space
90 Config {
91 Size=4
92 }
93 }
95 Plugin {
96 type = volumealsa
97 }
99 Plugin {
100 type = space
101 Config {
102 Size=8
103 }
104 }
106 Plugin {
107 type = netstatus
108 Config {
109 iface=wlan0
110 configtool=subox netbox %i
111 }
112 }
114 Plugin {
115 type = space
116 Config {
117 Size=4
118 }
119 }
121 Plugin {
122 type = batt
123 Config {
124 HideIfNoBattery=0
125 AlarmCommand=xmessage Battery low
126 AlarmTime=5
127 BackgroundColor=black
128 BorderWidth=1
129 ChargingColor1=#28f200
130 ChargingColor2=#22cc00
131 DischargingColor1=#ffee00
132 DischargingColor2=#d9ca00
133 Size=8
134 }
135 }
137 Plugin {
138 type = cpu
139 }
141 Plugin {
142 type = space
143 Config {
144 Size=2
145 }
146 }