flavors view justX/rootfs/etc/lxpanel/default/panels/panel @ rev 0

Add base, justX and core
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 31 23:51:29 2009 +0200 (2009-08-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=bottom
6 allign=center
7 margin=0
8 widthtype=percent
9 width=100
10 height=24
11 transparent=0
12 tintcolor=#000000
13 alpha=0
14 setdocktype=1
15 setpartialstrut=1
16 usefontcolor=0
17 fontcolor=#ffffff
18 background=0
19 backgroundfile=/usr/share/lxpanel/images/background.png
20 }
22 Plugin {
23 type = space
24 Config {
25 Size=2
26 }
27 }
29 Plugin {
30 type = menu
31 Config {
32 image=/usr/share/pixmaps/slitaz-menu.png
33 system {
34 }
35 separator {
36 }
37 item {
38 image=/usr/share/icons/Tango/16x16/categories/applications-system.png
39 command=run
40 }
41 separator {
42 }
43 item {
44 image=/usr/share/lxpanel/images/gnome-logout.png
45 command=logout
46 }
47 }
48 }
50 Plugin {
51 type = launchbar
52 Config {
53 Button {
54 id=pcmanfm.desktop
55 }
56 Button {
57 id=xterm.desktop
58 }
59 }
60 }
62 Plugin {
63 type = wincmd
64 Config {
65 Button1=iconify
66 Button2=shade
67 }
68 }
70 Plugin {
71 type = space
72 Config {
73 Size=4
74 }
75 }
77 Plugin {
78 type = pager
79 }
81 Plugin {
82 type = taskbar
83 expand=1
84 Config {
85 tooltips=1
86 IconsOnly=0
87 AcceptSkipPager=1
88 ShowIconified=1
89 ShowMapped=1
90 ShowAllDesks=0
91 UseMouseWheel=1
92 UseUrgencyHint=1
93 FlatButton=0
94 MaxTaskWidth=200
95 spacing=1
96 }
97 }
99 Plugin {
100 type = space
101 Config {
102 Size=4
103 }
104 }
106 Plugin {
107 type = tray
108 }
110 Plugin {
111 type = volumealsa
112 }
114 Plugin {
115 type = netstatus
116 Config {
117 iface=eth0
118 configtool=subox netbox %i
119 }
120 }
122 Plugin {
123 type = space
124 Config {
125 Size=4
126 }
127 }
129 Plugin {
130 type = cpu
131 }
133 Plugin {
134 type = space
135 Config {
136 Size=2
137 }
138 }
140 Plugin {
141 type = launchbar
142 Config {
143 Button {
144 id=lxtask.desktop
145 }
146 Button {
147 id=hardinfo.desktop
148 }
149 Button {
150 id=tazpkgbox.desktop
151 }
152 }
153 }
155 Plugin {
156 type = dclock
157 Config {
158 ClockFmt=%R
159 TooltipFmt=%A %x
160 Action=desktopbox calendar
161 BoldFont=0
162 }
163 }