lower blur strength

This commit is contained in:
frosty 2024-05-19 20:34:02 -04:00
parent cf5b87e14f
commit 166c69b1a1

View file

@ -83,7 +83,7 @@ corner-radius = 0
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase" blur-method = "dual_kawase"
blur-size = 1 blur-size = 1
blur-strength = 4 blur-strength = 2
# Specify the blur convolution kernel. # Specify the blur convolution kernel.
blur-kern = "3x3box" blur-kern = "3x3box"