Gentoo Archives: gentoo-user-br

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

Replies

Subject Author
Re: [gentoo-user-br] Arquivos usados na configuração do fbpane l. Felipe Prenholato <philipe_rp@×××××××××.br>