Gentoo Archives: gentoo-user-br

From: Felipe Prenholato <philipe_rp@×××××××××.br>
To: gentoo-user-br@l.g.o
Subject: Re: [gentoo-user-br] Transparencia Aterm, Xterm, Eterm
Date: Fri, 14 Oct 2005 14:20:47
Message-Id: 434FBC5E.5080003@yahoo.com.br
In Reply to: Re: [gentoo-user-br] Transparencia Aterm, Xterm, Eterm by Sandro Roberto Pires
1 Atualmente eu uso Eterm com o tema glass um pouco modificado.
2
3 Instale o Eterm, baixe o tema glass do site www.eterm.org, e descompacte
4 no diretório ~/.Eterm/themes.
5 Faça um link simbólico ~/Eterm/pix -> /usr/share/Eterm/pix (cd ~/Eterm
6 && ln -sf /usr/shar/Eterm/pix).
7
8 Quando for usar o Eterm use Eterm -t glass.
9
10 O tema glass é totalmente transparente. Segue abaixo o arquivo
11 ~/Eterm/themes/glass/theme.cfg modificado:
12
13 --------------------8<------------------------------------
14 <Eterm-0.9.2>
15
16 %put(BG_CMOD_NORMAL 0x40)
17 %put(BG_CMOD_FOCUSED 0x40)
18 %put(BG_CMOD_DISABLED 0x40)
19 begin color
20 foreground white
21 background black
22 cursor #ffff00
23 cursor_text #880000
24 pointer white
25 video normal
26 end color
27 begin attributes
28 title "%appname() -- Glass Theme"
29 name Eterm
30 end attributes
31 begin imageclasses
32 path
33 "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:/usr/share/Eterm/pix/"
34 begin image
35 type background
36 mode trans allow trans auto
37 state normal
38 bevel up 2 2 2 2
39 cmod image %get(BG_CMOD_NORMAL)
40 state disabled
41 cmod image %get(BG_CMOD_DISABLED)
42 end image
43 begin image
44 type border
45 mode trans allow trans auto
46 state normal
47 bevel up 2 2 2 2
48 cmod image %get(BG_CMOD_NORMAL)
49 state disabled
50 cmod image %get(BG_CMOD_DISABLED)
51 end image
52 begin image
53 type trough
54 mode trans allow trans auto
55 state normal
56 bevel down 2 2 2 2
57 cmod image %get(BG_CMOD_NORMAL)
58 state disabled
59 cmod image %get(BG_CMOD_DISABLED)
60 end image
61 begin image
62 type anchor
63 mode trans allow trans auto
64 state normal
65 cmod red 0xc0
66 cmod green 0xc0
67 bevel up 2 2 2 2
68 cmod image %get(BG_CMOD_NORMAL)
69 state disabled
70 cmod image %get(BG_CMOD_DISABLED)
71 end image
72 begin image
73 type thumb
74 mode trans allow trans auto
75 state normal
76 bevel down 2 2 2 2
77 cmod image %get(BG_CMOD_NORMAL)
78 state selected
79 bevel up 2 2 2 2
80 cmod image %get(BG_CMOD_NORMAL)
81 state clicked
82 bevel up 2 2 2 2
83 cmod image %get(BG_CMOD_NORMAL)
84 state disabled
85 cmod image %get(BG_CMOD_DISABLED)
86 end image
87 begin image
88 type up_arrow
89 mode trans allow trans auto
90 state normal
91 cmod image %get(BG_CMOD_NORMAL)
92 bevel up 2 2 2 2
93 state selected
94 cmod image %get(BG_CMOD_NORMAL)
95 bevel up 2 2 2 2
96 state clicked
97 bevel down 2 2 2 2
98 cmod image %get(BG_CMOD_NORMAL)
99 state disabled
100 cmod image %get(BG_CMOD_DISABLED)
101 end image
102 begin image
103 type down_arrow
104 mode trans allow trans auto
105 state normal
106 cmod image %get(BG_CMOD_NORMAL)
107 bevel up 2 2 2 2
108 state selected
109 cmod image %get(BG_CMOD_NORMAL)
110 bevel up 2 2 2 2
111 state clicked
112 cmod image %get(BG_CMOD_NORMAL)
113 bevel down 2 2 2 2
114 state disabled
115 cmod image %get(BG_CMOD_DISABLED)
116 end image
117 begin image
118 type menu
119 mode trans allow trans auto
120 state normal
121 color white black
122 cmod image %get(BG_CMOD_NORMAL)
123 bevel up 2 2 2 2
124 state selected
125 cmod image %get(BG_CMOD_FOCUSED)
126 bevel up 2 2 2 2
127 state clicked
128 cmod image %get(BG_CMOD_FOCUSED)
129 bevel down 2 2 2 2
130 state disabled
131 cmod image %get(BG_CMOD_DISABLED)
132 end image
133 begin image
134 type submenu
135 mode trans allow trans auto
136 state normal
137 color white black
138 bevel up 2 2 2 2
139 cmod image %get(BG_CMOD_NORMAL)
140 state selected
141 bevel up 2 2 2 2
142 cmod image %get(BG_CMOD_FOCUSED)
143 state clicked
144 bevel down 2 2 2 2
145 cmod image %get(BG_CMOD_FOCUSED)
146 end image
147 begin image
148 type button_bar
149 mode trans allow trans auto
150 state normal
151 color white black
152 cmod image %get(BG_CMOD_NORMAL)
153 bevel up 2 2 2 2
154 state selected
155 cmod image %get(BG_CMOD_NORMAL)
156 bevel up 2 2 2 2
157 state clicked
158 cmod image %get(BG_CMOD_NORMAL)
159 bevel down 2 2 2 2
160 state disabled
161 cmod image %get(BG_CMOD_DISABLED)
162 end image
163 begin image
164 type button
165 mode trans allow trans auto
166 state normal
167 color white black
168 cmod image %get(BG_CMOD_NORMAL)
169 bevel up 2 2 2 2
170 state selected
171 cmod image %get(BG_CMOD_FOCUSED)
172 bevel up 2 2 2 2
173 state clicked
174 cmod image %get(BG_CMOD_FOCUSED)
175 bevel down 2 2 2 2
176 state disabled
177 cmod image %get(BG_CMOD_DISABLED)
178 end image
179 end
180 %include "menus.cfg"
181 begin actions
182 bind ctrl button1 to string "\e]5;\a"
183 bind ctrl button2 to string "\e[?30t"
184 bind ctrl button3 to menu Eterm
185 bind ctrl shift button3 to string "\e]6;14\a"
186 end actions
187 begin button_bar
188 font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
189 button Eterm action menu "Eterm Operations"
190 button Font action menu Font
191 button Background action menu Background
192 button Terminal action menu Terminal
193 rbutton Help action script "spawn(Eterm -e man Eterm)"
194 rbutton Exit action script "exit()"
195 end button_bar
196 begin toggles
197 map_alert on
198 visual_bell on
199 login_shell true
200 scrollbar on
201 utmp_logging on
202 iconic false
203 home_on_output 1
204 home_on_input 1
205 scrollbar_right true
206 scrollbar_floating true
207 borderless 1
208 itrans true
209 resize_gravity 0
210 end toggles
211 begin keyboard
212 smallfont_key LessThan
213 bigfont_key GreaterThan
214 end keyboard
215 begin misc
216 save_lines 500
217 cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
218 border_width 5
219 term_name Eterm
220 end misc
221 --------------------8<------------------------------------
222
223 Este tema por default não tem bordas. Se ti quiser que ele tenha bordas
224 modifique a opção borderless para 0.
225
226 Se tiver afim de ver uns shoots do visual do tema modificado acesse
227 http://chronossc.multiply.com/photos/photo/2/19.png
228
229 O shoot é do tema Escreen-glass mas é super parecido com o glass.
230
231 boa sorte ae, abraços
232
233 chronos
234
235
236 Sandro Roberto Pires wrote:
237
238 >Eu uso o Aterm, conforme abaixo:
239 >aterm -tr -bg black -fg yellow -fb Artwiz -trsb -borderLess
240 >
241 >
242 >Em Sex, 2005-10-14 às 03:17 -0300, Assamita escreveu:
243 >
244 >>Alguem sabe como deixar algum destes programas, transparente, sem
245 >>bordas, ou com!? tipo aqueles visual transparens que vc ve atravez
246 >>dele o wallpaper e ele fica sem bordas e talz, mas gostaria de pode
247 >>minizalo e maximialazo eu achei um mas nao tein issu se alguem souber,
248 >>se nao ter ai num deu paciencia tanks
249 >>
250 >>Cleber
251 >>
252
253
254
255
256
257 _______________________________________________________
258 Promoção Yahoo! Acesso Grátis: a cada hora navegada você acumula cupons e concorre a mais de 500 prêmios! Participe! http://yahoo.fbiz.com.br/
259 --
260 gentoo-user-br@g.o mailing list