Poderiam me ajudar a deixar o meu Lubuntu com transparencia por favor?

1. Poderiam me ajudar a deixar o meu Lubuntu com transparencia por favor?

Tiago Cardoso
tiagolinux10

(usa Lubuntu)

Enviado em 04/07/2016 - 17:59h

Pessoal atualmente estou usando o Lubuntu 16.04 32bits e sou iniciante, só consegui deixar o painel transparente nativamente, existe algum software externo para que isso possa ser feito em mais partes da aparência? Como por exemplo a barra das janelas e etc ...


  


2. Re: Poderiam me ajudar a deixar o meu Lubuntu com transparencia por favor?

André Rodrigues
andremuerto

(usa Slackware)

Enviado em 04/07/2016 - 19:32h

Boa noite thiago.

Veja esse tópico:
https://www.vivaolinux.com.br/topico/LXDE/Transparencia-6 



3. Re: Poderiam me ajudar a deixar o meu Lubuntu com transparencia por favor?

Tiago Cardoso
tiagolinux10

(usa Lubuntu)

Enviado em 04/07/2016 - 19:42h

andremuerto escreveu:

Boa noite thiago.

Veja esse tópico:
https://www.vivaolinux.com.br/topico/LXDE/Transparencia-6 


MUITO OBRIGADO AMIGO !!


4. Re: Poderiam me ajudar a deixar o meu Lubuntu com transparencia por favor?

Perfil removido
removido

(usa Nenhuma)

Enviado em 04/07/2016 - 20:45h

Instale compton:
sudo apt-get install compton 

Salve o arquivo de configuração com o nome "compton.conf" em $HOME/.config/
backend = "glx"; 
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
vsync = "opengl";
#inactive-dim = 0.2;
#use-ewmh-active-win = true;
#mark-wmwin-focused = true;
#mark-ovredir-focused = true;

# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don't draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental).
shadow-radius = 7; # The blur radius for shadows. (default 12)
shadow-offset-x = -7; # The left offset for shadows. (default -15)
shadow-offset-y = -7; # The top offset for shadows. (default -15)
shadow-exclude = [
"! name~=''",
"n:e:Notification",
"n:e:Plank",
"n:e:Docky",
"g:e:Synapse",
"g:e:Kupfer",
"g:e:Conky",
"n:w:*Firefox*",
"n:w:*Chrome*",
"n:w:*Chromium*",
"class_g ?= 'Notify-osd'",
"class_g ?= 'Cairo-dock'",
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'"
];

#"_GTK_FRAME_EXTENTS@:c",
# Due to how compton draws shadows, some apps will have "glitchy" shadows. I've added all problem apps I ran into here.
#"! name~=''" excludes shadows on "unkown" windows, which fixes a shadow glitch with XFWM's alt tab switcher.

# Fading
fading = false; # Fade windows during opacity changes.
fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
#no-fading-openclose = true; # Fade windows in/out when opening/closing

detect-client-opacity = true; #Fixes opacity in some apps, such as xfce4-notifyd

# Window type settings
# Disables shadows on tooltips and enables fading on tooltips

wintypes:
{
tooltip = { fade = true; shadow = false; };
};

Configure para o compton iniciar junto com o LXDE.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts