diff options
| author | brustybee <bee@4d2.org> | 2026-03-07 17:12:56 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-07 17:12:56 +0530 |
| commit | 6b7e27bb07f48031f003557815a1fe0b7450194d (patch) | |
| tree | 5afb251fa194ec68065958ce5f2f9367dd71e753 /common/modules/mango/default.nix | |
| parent | f7cb0d04c68e642f7ec601b01e6cddde4030a38e (diff) | |
Dynamically generate diff variants derived from Nix config.
Diffstat (limited to 'common/modules/mango/default.nix')
| -rw-r--r-- | common/modules/mango/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/modules/mango/default.nix b/common/modules/mango/default.nix index 38d503f..e9f6f24 100644 --- a/common/modules/mango/default.nix +++ b/common/modules/mango/default.nix @@ -116,8 +116,8 @@ in ${ if (cfg.window.blur.enable && cfg.window.opacity == 1.0) then '' - focused_opacity=0.91 - unfocused_opacity=0.91 + focused_opacity=0.90 + unfocused_opacity=0.90 '' else '' @@ -139,10 +139,10 @@ in zoom_end_ratio=0.8 fadein_begin_opacity=0.5 fadeout_begin_opacity=0.5 - animation_duration_move=300 - animation_duration_open=350 - animation_duration_tag=350 - animation_duration_close=150 + animation_duration_move=250 + animation_duration_open=250 + animation_duration_tag=250 + animation_duration_close=100 animation_duration_focus=0 animation_curve_open=0.05,0.7,0.1,1.0 animation_curve_move=0.46,1.0,0.29,1 |
