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

Removed icons in: epdfview, hardinfo, lxpanel, pcmanfm
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 23:50:25 2008 +0200 (2008-04-23)
parents 6ecf84f52001
children 48598e123c5a
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=72
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 command=run
39 }
40 separator {
41 }
42 item {
43 image=/usr/share/lxpanel/images/gnome-log-out.png
44 command=logout
45 }
46 }
47 }
49 Plugin {
50 type = launchbar
51 Config {
52 Button {
53 id=xterm.desktop
54 }
55 Button {
56 id=firefox.desktop
57 }
58 Button {
59 id=pcmanfm.desktop
60 }
61 Button {
62 id=obconf.desktop
63 }
64 }
65 }
67 Plugin {
68 type = space
69 Config {
70 Size=4
71 }
72 }
74 Plugin {
75 type = wincmd
76 Config {
77 Button1=iconify
78 Button2=shade
79 }
80 }
82 Plugin {
83 type = space
84 Config {
85 Size=4
86 }
87 }
89 Plugin {
90 type = pager
91 }
93 Plugin {
94 type = taskbar
95 expand=1
96 Config {
97 tooltips=1
98 IconsOnly=0
99 AcceptSkipPager=1
100 ShowIconified=1
101 ShowMapped=1
102 ShowAllDesks=0
103 UseMouseWheel=1
104 UseUrgencyHint=1
105 FlatButton=0
106 MaxTaskWidth=150
107 spacing=1
108 }
109 }
111 Plugin {
112 type = volumealsa
113 }
115 Plugin {
116 type = netstatus
117 Config {
118 iface=eth0
119 configtool=subox netbox %i
120 }
121 }
123 Plugin {
124 type = space
125 Config {
126 Size=4
127 }
128 }
130 Plugin {
131 type = cpu
132 }
134 Plugin {
135 type = space
136 Config {
137 Size=4
138 }
139 }
141 Plugin {
142 type = launchbar
143 Config {
144 Button {
145 id=hardinfo.desktop
146 }
147 }
148 }
150 Plugin {
151 type = dclock
152 Config {
153 ClockFmt=%R
154 TooltipFmt=%A %x
155 Action=osmo
156 BoldFont=1
157 }
158 }