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

lxpanel: icon for run entry
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jul 16 21:41:12 2008 +0200 (2008-07-16)
parents 7ad99a8f4fde
children 29f7e47082b9
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 Button {
60 id=firefox.desktop
61 }
62 }
63 }
65 Plugin {
66 type = wincmd
67 Config {
68 Button1=iconify
69 Button2=shade
70 }
71 }
73 Plugin {
74 type = space
75 Config {
76 Size=4
77 }
78 }
80 Plugin {
81 type = pager
82 }
84 Plugin {
85 type = taskbar
86 expand=1
87 Config {
88 tooltips=1
89 IconsOnly=0
90 AcceptSkipPager=1
91 ShowIconified=1
92 ShowMapped=1
93 ShowAllDesks=0
94 UseMouseWheel=1
95 UseUrgencyHint=1
96 FlatButton=0
97 MaxTaskWidth=200
98 spacing=1
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 = netstatus
119 Config {
120 iface=eth0
121 configtool=subox netbox %i
122 }
123 }
125 Plugin {
126 type = space
127 Config {
128 Size=4
129 }
130 }
132 Plugin {
133 type = cpu
134 }
136 Plugin {
137 type = space
138 Config {
139 Size=2
140 }
141 }
143 Plugin {
144 type = launchbar
145 Config {
146 Button {
147 id=lxtask.desktop
148 }
149 Button {
150 id=hardinfo.desktop
151 }
152 Button {
153 id=tazpkgbox.desktop
154 }
155 }
156 }
158 Plugin {
159 type = dclock
160 Config {
161 ClockFmt=%R
162 TooltipFmt=%A %x
163 Action=desktopbox calendar
164 BoldFont=0
165 }
166 }