Gentoo Archives: gentoo-user-br

From: Felipe Prenholato <philipe_rp@×××××××××.br>
To: gentoo-user-br@××××××××××××.org
Subject: Re: [gentoo-user-br] Arquivos usados na configuração do fbpane l.
Date: Thu, 31 Mar 2005 18:39:35
Message-Id: 424C43E0.8090506@yahoo.com.br
In Reply to: Re: [gentoo-user-br] Arquivos usados na configuração do fbpane l. by Magno Torres
1 porquê flame???
2
3 chronossc
4
5 Magno Torres wrote:
6
7 >Desculpem o flame, mas não resisti
8 >
9 >Depois dessa, nada como o kde 3.4
10 >flames > /dev/null 2>&1
11 >
12 >
13 >On Thu, 31 Mar 2005 15:14:18 -0300, Felipe Prenholato
14 ><philipe_rp@×××××××××.br> wrote:
15 >
16 >
17 >> pra galera do canal que queria ver exemplos de como configurei meu fbpanel
18 >>(screenshots em:
19 >>http://www.vivaolinux.com.br/screenshots/userview.php?login=chronos).
20 >>
21 >> primeiro explicando os arquivos do fbpanel: o fbpanel tem a seção global e
22 >>depois a de plugins, a seção global define a apaência dele. pode ser
23 >>alterada com fbpanel -C -p fbpanel.buttons por exemplo, e é bem recomendado
24 >>hehe.
25 >>
26 >> bom, olhem os arquivos abaixo, pra mais infs olha a documentação do fbpanel
27 >>em /usr/share/docs e no site dele (http://fbpanel.sf.net/docs.html).
28 >>
29 >> []'s
30 >>
31 >> até mais galera
32 >>
33 >> chronossc
34 >>
35 >> ---------------------------------------------------------------------
36 >>
37 >> fbpanel.buttons (a barra a direita dos botões)
38 >>
39 >> # fbpanel <profile> config file
40 >> # see http://fbpanel.sf.net/docs.html for complete configuration guide
41 >>
42 >>
43 >> Global {
44 >> edge = right
45 >> allign = center
46 >> margin = 0
47 >> widthtype = request
48 >> width = 1
49 >> height = 28
50 >> transparent = true
51 >> tintcolor = #000000
52 >> alpha = 100
53 >> setdocktype = true
54 >> setpartialstrut = true
55 >> }
56 >>
57 >> Plugin {
58 >> type = launchbar
59 >> config {
60 >> button {
61 >> image = /usr/share/pixmaps/gnome-term-linux.png
62 >> tooltip = Eterm
63 >> action = Eterm
64 >> }
65 >> button {
66 >> image = /usr/share/pixmaps/gnome-term-linux2.png
67 >> tooltip = Eterm_trans
68 >> action = Eterm -f white 45x15 --default-font-index 3 --trans
69 >>--shade 30% -s -v -x --scrollbar-right=no --buttonbar=no
70 >> }
71 >> button {
72 >> image = /usr/share/pixmaps/xchat.png
73 >> tooltip = XChat-2
74 >> action = xchat-2
75 >> }
76 >> button {
77 >> image = /usr/share/pixmaps/firefox-icon.png
78 >> tooltip = Firefox
79 >> action = firefox
80 >> }
81 >> button {
82 >> image = /usr/share/pixmaps/thunderbird-icon.png
83 >> tooltip = Thunderbird
84 >> action = thunderbird
85 >> }
86 >> button {
87 >> image = /usr/share/pixmaps/gqview.png
88 >> tooltip = gqview
89 >> action = gqview
90 >> }
91 >> button {
92 >> image = /usr/share/pixmaps/gthumb.png
93 >> tooltip = gthumb
94 >> action = gthumb
95 >> }
96 >> button {
97 >> image = /usr/share/pixmaps/bluefish-icon.png
98 >> tooltip = BlueFish
99 >> action = bluefish
100 >> }
101 >> button {
102 >> image = /usr/share/pixmaps/gentoo.png
103 >> tooltip = Gentoo Browser
104 >> action = gentoo
105 >> }
106 >> button {
107 >> image = /usr/share/pixmaps/gnome-gimp.png
108 >> tooltip = GIMP
109 >> action = gimp
110 >> }
111 >> button {
112 >> image = /usr/share/pixmaps/yahoo.gif
113 >> tooltip = Yahoo Messenger
114 >> action = ymessenger
115 >> }
116 >> button {
117 >> image = /usr/share/pixmaps/mini/xmms_mini.xpm
118 >> tooltip = XMMS
119 >> action = xmms
120 >> }
121 >> button {
122 >> image = /usr/share/pixmaps/mini/xmms_mini.xpm
123 >> tooltip = XMMS
124 >> action = xmms
125 >> }
126 >> }
127 >> }
128 >>
129 >>
130 >> Plugin {
131 >> type = space
132 >> config {
133 >> size = 10
134 >> }
135 >> }
136 >>
137 >>
138 >> Plugin {
139 >> type = tray
140 >> }
141 >>
142 >> ----------------------------------------------
143 >>
144 >> fbpanel.tasks (da barra embaixo.)
145 >>
146 >> # fbpanel <profile> config file
147 >> # see http://fbpanel.sf.net/docs.html for complete configuration guide
148 >>
149 >>
150 >> Global {
151 >> edge = bottom
152 >> allign = right
153 >> margin = 0
154 >> widthtype = percent
155 >> width = 90
156 >> height = 26
157 >> transparent = true
158 >> tintcolor = #000000
159 >> alpha = 92
160 >> setdocktype = true
161 >> setpartialstrut = true
162 >> }
163 >>
164 >> Plugin {
165 >> type = wincmd
166 >> config {
167 >> image = /usr/share/fbpanel/images/Desktop2.png
168 >> tooltip = Left click to iconify all windows. Middle click to shade
169 >>them.
170 >> }
171 >> }
172 >>
173 >>
174 >> Plugin {
175 >> type = space
176 >> config {
177 >> size = 3
178 >> }
179 >> }
180 >>
181 >>
182 >> Plugin {
183 >> type = pager
184 >> }
185 >>
186 >>
187 >> Plugin {
188 >> type = space
189 >> config {
190 >> size = 7
191 >> }
192 >> }
193 >>
194 >>
195 >> Plugin {
196 >> type = taskbar
197 >> expand = true
198 >> config {
199 >> ShowIconified = true
200 >> ShowMapped = true
201 >> ShowAllDesks = false
202 >> tooltips = true
203 >> IconsOnly = false
204 >> MaxTaskWidth = 150
205 >> }
206 >> }
207 >>
208 >>
209 >> Plugin {
210 >> type = space
211 >> config {
212 >> size = 3
213 >> }
214 >> }
215 >>
216 >>
217 >> Plugin {
218 >> type = menu
219 >> config {
220 >> image = /usr/share/fbpanel/images/Menu.png
221 >> item {
222 >> name = Configure
223 >> image = /usr/share/fbpanel/images/settings.png
224 >> command = configure
225 >> }
226 >> }
227 >> }
228 >>
229 >>
230 >> Plugin {
231 >> type = space
232 >> config {
233 >> size = 3
234 >> }
235 >> }
236 >>
237 >>
238 >> Plugin {
239 >> type = dclock
240 >> config {
241 >> ClockFmt = %R
242 >> TooltipFmt = %A %x
243 >> }
244 >> }
245 >>
246 >>
247 >> ----------------------------------------
248 >> ~/.xinitrc (como iniciar os paineis)
249 >>
250 >> feh --bg-scale /usr/share/pixmaps/Yoko_Kurama.jpg &
251 >> fbpanel -p fbpanel.buttons & # <---------------------------aqui
252 >> fbpanel -p fbpanel.tasks & # <---------------------------aqui
253 >> /root/Calendar-0.3.0/Calendar.py &
254 >> #Eterm -f white -g 45x75+0+0 --default-font-index 3 --trans --shade 30% -s
255 >>-v -x --scrollbar-right=no --buttonbar=no &
256 >> exec openbox
257 >>
258 >>
259 >>
260 >>
261 >
262 >
263 >
264 >
265
266
267
268
269 --
270 gentoo-user-br@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-br] Arquivos usados na configura ção do fbpane l. Magno Torres <magnotorres@×××××.com>