Adjusted blur, set st to opaque
Blur is a little less strong, and is also active for background of opaque windows with transparent background Incidentally, st’s transparency is now handled by Xresources and not by compton anymore
This commit is contained in:
parent
822b29808c
commit
fd8770fd2e
@ -123,11 +123,11 @@ alpha-step = 0.06;
|
|||||||
# Blur backgound of transparent windows. Bad performance with X Render backend.
|
# Blur backgound of transparent windows. Bad performance with X Render backend.
|
||||||
# GLX is preffered.
|
# GLX is preffered.
|
||||||
blur-method = "kawase";
|
blur-method = "kawase";
|
||||||
blur-strength = 12;
|
blur-strength = 10;
|
||||||
blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||||
blur-background = true;
|
blur-background = true;
|
||||||
# Blur background of opaque windows with transparent frames as well.
|
# Blur background of opaque windows with transparent frames as well.
|
||||||
# blur-background-frame = true;
|
blur-background-frame = true;
|
||||||
# Do not let blur radius adjust based on window opacity
|
# Do not let blur radius adjust based on window opacity
|
||||||
blur-background-fixed = false;
|
blur-background-fixed = false;
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
@ -137,8 +137,7 @@ blur-background-exclude = [
|
|||||||
];
|
];
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"85:class_g = 'Polybar'",
|
"85:class_g = 'Polybar'",
|
||||||
"80:class_g = 'St'",
|
"100:class_g = 'St'",
|
||||||
"75:class_g *?= 'Rofi'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user