Change compositor related settings

This commit is contained in:
Asocia 2021-07-17 16:40:48 +03:00
parent 4c9b06585a
commit bb23229f68
2 changed files with 9 additions and 6 deletions

View File

@ -16,7 +16,7 @@ blur-background-frame = true;
blur-background-fixed = true; blur-background-fixed = true;
blur-kern = "3x3box"; blur-kern = "3x3box";
blur-method = "dual_kawase"; blur-method = "dual_kawase";
blur-strength = 16; blur-strength = 2;
blur-background-exclude = [ blur-background-exclude = [
"class_g = 'slop'", "class_g = 'slop'",
"class_g = 'XAVA'", "class_g = 'XAVA'",
@ -28,14 +28,17 @@ blur-background-exclude = [
shadow = true; shadow = true;
shadow-radius = 12; shadow-radius = 12;
shadow-opacity = 0.25; shadow-opacity = 0.25;
shadow-offset-x = -7; shadow-offset-x = -9;
shadow-offset-y = -7; shadow-offset-y = -9;
shadow-exclude = [ shadow-exclude = [
"class_g = 'XAVA'" "class_g = 'XAVA'"
]; ];
fading = true; fading = true;
fade-in-step = 0.16; fade-in-step = 0.056;
fade-out-step = 0.16; fade-out-step = 0.06;
fade-exclude = [ ]; fade-exclude = [ ];
# Do not fade on window open/close.
no-fading-openclose = true

View File

@ -63,7 +63,7 @@
override-redirect = true override-redirect = true
wm-restack = i3 wm-restack = i3
background = #1E222A background = #dd1E222A
foreground = ${colors.foreground} foreground = ${colors.foreground}
padding-left = 1 padding-left = 1