Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fluxbox
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Sat May 10, 2003 9:33 pm    Post subject: fluxbox Reply with quote

comment faire pour rendre les fenêtre des terminaux translucide (qu'on voit à traverts) dans fluxbox.
J'ai lu la doc mais j'ai pas trouver, je sais peut-être pas chercher :lol:
Back to top
View user's profile Send private message
gim
Guru
Guru


Joined: 29 Apr 2003
Posts: 418
Location: milky-way

PostPosted: Sat May 10, 2003 9:59 pm    Post subject: Reply with quote

moi j'utilise Eterm, et dans le .fluxbox/init j'utilise
Code:
session.screen0.rootCommand:    Esetroot ~/.fluxbox/wallpaper

Voilà... Et pour ma conf .Eterm/themes/Eterm/user.cfg j'ai rajouté ca :
Code:
begin image
    type background
    mode trans
    colormod image 128
end image

En plus de ca je dépouilles totalement mon Eterm de menus, scrolling bar, et borders, innutiles, mais là j'en fais peut etre un peu trop ;)
Back to top
View user's profile Send private message
spOOwn
Apprentice
Apprentice


Joined: 02 Nov 2002
Posts: 259
Location: Belgium

PostPosted: Sat May 10, 2003 10:18 pm    Post subject: Reply with quote

je sens que je vais aussi tenter cette config, et voir ce que cela peut donner...
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Sat May 10, 2003 11:09 pm    Post subject: Reply with quote

il me semble pas que j'ai de fichier .Eterm il est censé se trouver où
Back to top
View user's profile Send private message
j2lapoin
n00b
n00b


Joined: 04 Apr 2003
Posts: 46

PostPosted: Sat May 10, 2003 11:45 pm    Post subject: Aterm... Reply with quote

Je vous conseille fortement d'utiliser Aterm, c'est beaucoup plus rapide qu'Eterm et en plus ça s'installe en ne fesant qu'un emerge. Pour utiliser la transparence sous Aterm, il suffit de taper aterm -tr.


:)
_________________
=- Jonathan Lapointe -=
Back to top
View user's profile Send private message
gim
Guru
Guru


Joined: 29 Apr 2003
Posts: 418
Location: milky-way

PostPosted: Sat May 10, 2003 11:52 pm    Post subject: Reply with quote

C'est vrai, il me semble que Eterm ne crée pas un repertoire ~/.Eterm tout seul
Mais il y a des exemples de configs dans /usr/share/Eterm/themes/

:arrow: Personellement, j'ai piqué ma config originale a un pote qui m'a dit de le mettre dans mon ~/.Eterm/themes/Eterm/user.cfg
:oops: je sais pas si c'est très propre apres avoir lu la section THEME du man Eterm mais en tout cas ca marche avec uniquement ce fichier... que voici dans la version que j'utilise actuellement :

Code:
<Eterm-0.9.2>
begin color
    foreground #d7d7d7
    background black
    cursor #ffff00
    cursor_text #880000
    pointer white
    video normal
    color 0 rgb:0/0/0
    color 1 rgb:cc/00/00
    color 2 rgb:00/cc/00
    color 3 rgb:cc/cc/00
    color 4 rgb:00/00/cc
    color 5 rgb:cc/00/cc
    color 6 rgb:00/cc/cc
    color 7 rgb:aa/aa/aa
    color 8 rgb:33/33/33
    color 9 rgb:ff/7f/7f
    color 10 rgb:7f/ff/7f
    color 11 rgb:ff/ff/7f
    color 12 rgb:7f/7f/ff
    color 13 rgb:ff/7f/ff
    color 14 rgb:7f/ff/ff
    color 15 rgb:ff/ff/ff
end color

begin attributes
    title eterm@%exec(hostname)
    scrollbar_type motif
    scrollbar_width 10
    font default 2
    font proportional 0
    font 0 5x7
    font 1 6x10
    font 2 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
    font 3 8x13
    font 4 9x15
end attributes

begin actions
    bind ctrl button1 to echo ''
    bind ctrl button2 to echo ''
    bind ctrl button3 to echo ''
    bind ctrl shift button3 to echo ''
    bind 0xffff to echo '^D'
    bind 0xff50 to echo '^A'
    bind 0xff57 to echo '^E'
    bind 0xfe52 to echo '\^'
end actions

begin multichar
    encoding none
    font 0 -misc-fixed-medium-r-normal--7-70-75-75-c-50-iso10646-1
    font 1 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso10646-1
    font 2 -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
    font 3 -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
    font 4 -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
end multichar

begin xim
end xim

begin toggles
    map_alert 1
    visual_bell 1
    login_shell 1
    scrollbar 0
    utmp_logging 1
    meta8 0
    iconic 0
    home_on_output 1
    home_on_input 1
    no_input 0
    scrollbar_floating 0
    scrollbar_right 1
    scrollbar_popup 0
    borderless 1
    double_buffer 1
    no_cursor 0
    pause 0
    xterm_select 0
    select_line 1
    select_trailing_spaces 1
    report_as_keysyms 0
    itrans 1
    buttonbar 0
    resize_gravity 0
end toggles

begin keyboard
    smallfont_key less
    bigfont_key greater
    app_keypad 0
    app_cursor 0
end keyboard

begin misc
    print_pipe 'lp''
    save_lines 1024
    min_anchor_size 0
    border_width 5
    term_name Eterm
    debug 0
end misc

begin image
    type background
    mode trans
    colormod image 128
end image


Voila, tu peux partir de ca, ...j'espère que tu aimeras.. ;)
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Sun May 11, 2003 8:17 am    Post subject: Reply with quote

j'ai essayé avec aterm et ça marche :lol: il devient transparent, mais pour qu'il soit translucide comment faut-il faire.
Back to top
View user's profile Send private message
Dom
Guru
Guru


Joined: 25 Mar 2003
Posts: 416
Location: Menton, France

PostPosted: Sun May 11, 2003 8:18 am    Post subject: Reply with quote

Moi j'utilise aterm, avec ces options :
Code:
aterm -tr +sb -bg black -fg white -sl 200 -sh 40

Ca donne un terminal sans barre de défilement (+sb), qui conserve en mémoire 200 lignes (-sl 200), et qui assombrit l'arrière-plan pour plus de lisibilité (-sh 40). J'ai aussi essayé Eterm mais j'aime moins (mais c'est juste une histoire de goûts :wink: ).
Back to top
View user's profile Send private message
fb99
l33t
l33t


Joined: 09 Apr 2003
Posts: 998
Location: Le Locle (Suisse,Neuchâtel)

PostPosted: Sun May 11, 2003 9:12 am    Post subject: Reply with quote

merci c'est droit ce que je voulais :lol:
Back to top
View user's profile Send private message
yuk159
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1802
Location: noumea ,nouvelle-caledonie

PostPosted: Sun May 11, 2003 9:44 am    Post subject: Reply with quote

pour aterm tu peut avoir aussi comme avec Etem une couleur en transparence
tu modifie ton fichier ~/.fluxbox/menu et tu lance TERM1 en cyan TERM2 en rouge ect...

;)
_________________
The box said: "Requires Windows 98/2000/XP/NT, or better."
So, I installed LINUX!
Instagram
Back to top
View user's profile Send private message
S_Oz
Tux's lil' helper
Tux's lil' helper


Joined: 14 Apr 2003
Posts: 136
Location: france

PostPosted: Sun May 11, 2003 9:46 am    Post subject: Reply with quote

Si aterm est bien compile on peut aussi utiliser l'option de -tint qui permet de colorer le fond du terminal (donc la transparence et l'ombrage)!
On peut aussi utiliser le fading. Cela permet d'ombrager les terminaux qui n'ont pas le focus. :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum