feat(hyprland): update animation and blur settings

This commit is contained in:
tux
2026-02-22 14:53:35 +05:30
parent b20f3ab5bc
commit 9eeac2741c

View File

@@ -93,13 +93,13 @@
blur = { blur = {
enabled = true; enabled = true;
size = 6; size = 4;
passes = 3; passes = 3;
new_optimizations = true; new_optimizations = true;
xray = true; xray = false;
special = true; special = true;
brightness = 1; brightness = 1;
noise = 0.01; noise = 0.02;
contrast = 1; contrast = 1;
popups = true; popups = true;
popups_ignorealpha = 0.6; popups_ignorealpha = 0.6;
@@ -116,34 +116,16 @@
enabled = true; enabled = true;
bezier = [ bezier = [
"linear, 0, 0, 1, 1" "zoom, 0.05, 0.7, 0.1, 1.0"
"md3_standard, 0.2, 0, 0, 1"
"md3_decel, 0.05, 0.7, 0.1, 1"
"md3_accel, 0.3, 0, 0.8, 0.15"
"overshot, 0.05, 0.9, 0.1, 1.1"
"crazyshot, 0.1, 1.5, 0.76, 0.92"
"hyprnostretch, 0.05, 0.9, 0.1, 1.0"
"menu_decel, 0.1, 1, 0, 1"
"menu_accel, 0.38, 0.04, 1, 0.07"
"easeInOutCirc, 0.85, 0, 0.15, 1"
"easeOutCirc, 0, 0.55, 0.45, 1"
"easeOutExpo, 0.16, 1, 0.3, 1"
"softAcDecel, 0.26, 0.26, 0.15, 1"
"md2, 0.4, 0, 0.2, 1" # use with .2s duration
]; ];
animation = [ animation = [
"windows, 1, 3, md3_decel, popin 60%" "windows, 1, 1, zoom, slide"
"windowsIn, 1, 3, md3_decel, popin 60%" "windowsIn, 1, 1, zoom, slide"
"windowsOut, 1, 3, md3_accel, popin 60%" "windowsOut, 1, 1, zoom, slidevert"
"border, 1, 10, default" "windowsMove, 1, 1, zoom, slide"
"fade, 1, 3, md3_decel" "fade, 1, 2, zoom"
"layersIn, 1, 3, menu_decel, slide" "workspaces, 1, 1, zoom, slide"
"layersOut, 1, 1.6, menu_accel"
"fadeLayersIn, 1, 3, menu_decel"
"fadeLayersOut, 1, 1.6, menu_accel"
"workspaces, 1, 3, menu_decel, slide"
"specialWorkspace, 1, 3, md3_decel, slidevert"
]; ];
}; };