changes: hypr

This commit is contained in:
Ayush Dumasia 2025-04-12 09:24:43 +05:30
parent 2840e508e1
commit 06b436f0ae

View file

@ -53,7 +53,7 @@ decoration {
dim_special = 0.2 dim_special = 0.2
rounding = 6 rounding = 6
active_opacity = 1 active_opacity = 0.95
inactive_opacity = 0.75 inactive_opacity = 0.75
shadow { shadow {
@ -75,32 +75,46 @@ active_opacity = 1
animations { animations {
enabled = true enabled = true
bezier = easeOutQuint, 0.23,1,0.32,1
bezier = easeInOutCubic, 0.65,0.05,0.36,1 # bezier = easeOutBack, 0.34, 1.56, 0.64, 1
bezier = linear, 0,0,1,1 bezier = sideDown, 0.3, 1, 0.7, 1
bezier = almostLinear, 0.5,0.5,0.75,1.0
bezier = quick, 0.15,0,0.1,1
animation = windowsIn, 1, 10, easeOutQuint # animation = windowsIn, 1, 2.5, easeOutBack, popin 90%
animation = workspacesOut, 1, 5.39, easeInOutCubic bezier = easeOutQuint, 0.23, 1, 0.32, 1
animation = windows, 1, 4.79, easeOutQuint bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% bezier = linear, 0, 0, 1, 1
animation = windowsOut, 1, 1.49, linear, popin 87% bezier = almostLinear, 0.5, 0.5, 0.75, 1.0
animation = fadeIn, 1, 1.73, almostLinear bezier = quick, 0.15, 0, 0.1, 1
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick # # General window animations
animation = layers, 1, 3.81, easeOutQuint # animation = windowsIn, 1, 4.2, sideUp, slide
animation = layersIn, 1, 4, easeOutQuint, fade animation = windowsOut, 1, 2.0, easeOutQuint, popin 85%
animation = layersOut, 1, 1.5, linear, fade animation = windowsOut, 1, 2.5,sideDown, slide
animation = fadeLayersIn, 1, 1.79, almostLinear animation = windows, 1, 5.0, easeOutQuint
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, fade # # Fade animations
animation = workspacesIn, 1, 1.21, almostLinear, fade animation = fadeIn, 1, 2.0, almostLinear
animation = workspacesOut, 1, 1.94, almostLinear, fade animation = fadeOut, 1, 1.8, almostLinear
animation = fade, 1, 2.8, quick
# # Layer animations
animation = layers, 1, 3.2, easeOutQuint
animation = layersIn, 1, 3.6, easeOutQuint, fade
animation = layersOut, 1, 2.0, easeInOutCubic, fade
animation = fadeLayersIn, 1, 1.7, almostLinear
animation = fadeLayersOut, 1, 1.4, almostLinear
# # Workspace animations
animation = workspaces, 1, 2.0, easeInOutCubic, slide
animation = workspacesIn, 1, 3.0, easeInOutCubic, slide
animation = workspacesOut, 1, 3.0, easeInOutCubic, slide
} }
dwindle { dwindle {
pseudotile = true pseudotile = true
preserve_split = true preserve_split = true