Picom opacity changes
This commit is contained in:
parent
da0607c2aa
commit
bc7e5acc7b
@ -1,7 +1,7 @@
|
|||||||
inactive-opacity = .6;
|
inactive-opacity = 1;
|
||||||
active-opacity = .625;
|
active-opacity = 1;
|
||||||
|
|
||||||
shadow = true;
|
shadow = false;
|
||||||
|
|
||||||
vsync = true;
|
vsync = true;
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ opacity-rule = [
|
|||||||
"100:class_g = 'Element'",
|
"100:class_g = 'Element'",
|
||||||
"100:class_g = 'eDEX-UI'",
|
"100:class_g = 'eDEX-UI'",
|
||||||
"60:class_g = 'qutebrowser'",
|
"60:class_g = 'qutebrowser'",
|
||||||
"1:id = 0x1e00001",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
@ -31,12 +30,6 @@ blur-background-exclude = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
fading = true;
|
fading = true;
|
||||||
fade-in-step = 0.03;
|
fade-in-step = 0.05;
|
||||||
fade-out-step = 0.01;
|
fade-out-step = 0.03;
|
||||||
fade-delta = 5;
|
fade-delta = 1;
|
||||||
|
|
||||||
blur:
|
|
||||||
{
|
|
||||||
method = "dual_kawase";
|
|
||||||
strength = 12;
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user