Adjust picom configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
19160d74f5
commit
291a53fcc3
1 changed files with 8 additions and 4 deletions
|
@ -18,7 +18,7 @@ opacity-rule = [
|
||||||
];
|
];
|
||||||
|
|
||||||
# Shadows
|
# Shadows
|
||||||
shadow = true;
|
shadow = false;
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"name = 'Polybar tray window'",
|
"name = 'Polybar tray window'",
|
||||||
"class_g = 'Polybar'"
|
"class_g = 'Polybar'"
|
||||||
|
@ -26,11 +26,15 @@ shadow-exclude = [
|
||||||
|
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "dual_kawase";
|
||||||
size = 20;
|
strength = 5;
|
||||||
deviation = 5.0;
|
background = false;
|
||||||
|
background-frame = false;
|
||||||
|
background-fixed = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
corner-radius = 0;
|
||||||
|
|
||||||
# Performance improvements
|
# Performance improvements
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue