LxTerminal - Opacité

Yahallo ! x)

J’ai cherché mais je n’ai rien trouvé de pertinent.

Voici une capture d’écran pour commencer x)

J’aimerais que le blanc soit transparent. Mais je ne vois pas comment faire…

Merci d’avance ! x)

Dans mon cas c’est le gestionnaire de fenêtres qui s’occupe de ça (Openbox), tu es sous quoi toi ?

Édit : et quel émulateur de terminal ?
Édit² : tu as un exemple pour Urxvt ici : https://ctkarch.org/documentation/tutorials/tuto.php?page=urxvt-transpa.xml

Je suis sous Openbox aussi x)

Tu as fait comment du coup ? x)

Vois le lien de mon message précédent. Pour ma part, mon ~/.Xdefaults contient :

URxvt.background: rgba:0000/0000/0000/ccff
URxvt.depth: 32
URxvt.foreground: white
URxvt.cursorColor: white
URxvt.underlineColor: white
URxvt.cursorUnderline: true
URxvt.cursorBlink: true
URxvt.geometry: 100x28
URxvt.scrollBar: off

Oups pardon, j’avais pas vu ton deuxième edit x)

Thanks

bonsoir,
je vais me permettre de donner aussi mon ~/.Xdefaults comme exemple :slight_smile:

########################
#
#  Urxvt Section
#
###################################
URxvt.geometry:              92x33
#URxvt.fading:                10             !term unfocus
# transparency - true or false (default)
URxvt.depth: 32
URxvt.background: [90]#000000
#URxvt.background: #000000
URxvt.foreground: #fffff0
URxvt.font:                  xft:DejaVu Sans Mono-10:antialias=true
URxvt.boldFont:              xft:DejaVu Sans Mono-10:bold
URxvt.scrollBar:             false
URxvt.scrollBar_floating:    true
URxvt.scrollBar_right:       true
URxvt.scrollColor:           #c2dd5a
URxvt.scrollstyle:           xterm
URxvt.saveLines:             1500
#URxvt.cursorColor:           #ffffff
URxvt.cursorBlink:           true
URxvt.colorBD:               black
# Onglets
#URxvt.perl-ext:              tabbed
#URxvt.tabbed.tabbar-fg:      0
#URxvt.tabbed.tabbar-bg:      2
#URxvt.tabbed.tab-fg:         7
#URxvt.tabbed.tab-bg:         0
 
# Pour ne pas avoir de bordures
URxvt*borderLess:            false
 
# Pour avoir le marquage des urls et les ouvrir avec FF
#URxvt.perl-ext-common: default,digital-clock,matcher
URxvt.perl-ext-common:       default,matcher
URxvt.urlLauncher:           iceweasel
#couleur des urls
URxvt.colorBD:               3
 
# Couleurs psychédéliquoblankoïques
#URxvt*color0: #101010
#URxvt*color1: #f13a21
#URxvt*color2: #93f91d
#URxvt*color3: #ffd00a
URxvt*color4: #3465a4
URxvt*color5: #75507b
URxvt*color6: #06989a
#URxvt*color7: #f2f2f2
#URxvt*color8: #1d202f
URxvt*color9: #ef2929
URxvt*color10: #8ae234
URxvt*color11: #fce94f
URxvt*color12: #729eca
URxvt*color13: #ad7fa8
#URxvt*color14: #4bb8fd
URxvt*color15: #eeeeec

#URxvt.keysym.Control-q: command:exit

il y a une histoire de vrai ou de fausse transparence (pas tout compris ce point personnellement), et ça demande qu’un compositeur soit installé et démarré (compton ou xcompmgr)

enfin ça c’est pour rxvt (terminal rxvt-unicode dans mon cas)

voila si ça peu aider :slight_smile:

Je n’avais pas vu que ta demande concernait lxterminal. J’ai trouvé ça : http://www.linuxandlife.com/2011/08/how-to-make-terminal-permanently.html.

Merci x)