Files
land/dotfiles/mango/.config/mango/look/blur.conf
T
2026-05-20 18:22:42 +03:00

31 lines
718 B
Plaintext

# https://mangowm.github.io/docs/visuals/effects#blur
# Enable blur for windows.
blur=1
# Enable blur for layer surfaces (like bars/docks).
blur_layer=0
i# Caches the wallpaper and blur background, significantly reducing GPU usage.
# Disabling it will significantly increase GPU consumption and may cause rendering lag.
# Highly recommended.
blur_optimized=1
# The strength (radius) of the blur.
blur_params_radius=10
# Number of passes. Higher = smoother but more expensive.
blur_params_num_passes=3
Blur noise level.
blur_params_noise=0.02
# Blur brightness adjustment.
blur_params_brightness=0.9
# Blur contrast adjustment.
blur_params_contrast=0.9
# Blur saturation adjustment.
blur_params_saturation=1.2