diff options
| author | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-25 01:00:42 +0530 |
| commit | a2f09d4f75cf9d00fa225bf3a75a01a23b6feeaa (patch) | |
| tree | cc8c185f1f2d351d9cbd16fa47621af61512fd75 /common/modules/mango/default.nix | |
| parent | bd007ed24262fd6fad5de586e35955b65854edfb (diff) | |
lot is a lot
Diffstat (limited to 'common/modules/mango/default.nix')
| -rw-r--r-- | common/modules/mango/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/modules/mango/default.nix b/common/modules/mango/default.nix index 95066e3..41b1029 100644 --- a/common/modules/mango/default.nix +++ b/common/modules/mango/default.nix @@ -94,7 +94,7 @@ in # Window effect blur=${if cfg.window.blur.enable then "1" else "0"} - blur_layer=0 + blur_layer=1 blur_optimized=1 blur_params_num_passes = ${toString cfg.window.blur.passes} blur_params_radius = ${toString cfg.window.blur.radius} @@ -107,6 +107,7 @@ in layer_shadows = 0 shadow_only_floating = 1 shadows_size = 10 + shadows_blur = 10 shadows_position_x = 0 shadows_position_y = 0 @@ -116,8 +117,8 @@ in ${ if (cfg.window.blur.enable && cfg.window.opacity == 1.0) then '' - focused_opacity=0.90 - unfocused_opacity=0.90 + focused_opacity=0.82 + unfocused_opacity=0.82 '' else '' |
