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