Gentoo Archives: gentoo-user-br

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

Replies

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