nixos-configs/devices/wim/config/hypr/main.conf

41 lines
914 B
Text
Raw Normal View History

# Cosmetic
general {
gaps_in = 5
gaps_out = 5
border_size = 2
col.active_border = rgb(411C6C)
col.inactive_border = rgba(595959aa)
}
decoration {
rounding = 20
blur {
enabled = true
size = 3
passes = 1
}
}
animations {
enabled = yes
2024-10-21 04:04:41 -04:00
# Fade out bezier
bezier = easeInExpo , 0.95 , 0.05, 0.795, 0.035
# Fade in bezier
bezier = easeOutExpo , 0.19 , 1 , 0.22 , 1
2023-10-28 13:03:42 -04:00
2024-10-21 04:04:41 -04:00
bezier = easeInOutQuart, 0.77 , 0 , 0.175, 1
bezier = easeOutQuart , 0.165, 0.84, 0.44 , 1
bezier = easeInQuart , 0.895, 0.03, 0.685, 0.22
2024-10-21 04:04:41 -04:00
animation = windowsIn , 1, 4, easeOutQuart, slide
animation = windowsOut , 1, 4, easeInQuart , slide
animation = windowsMove, 1, 4, easeOutQuart, slide
2023-10-27 23:33:33 -04:00
2024-10-21 04:04:41 -04:00
animation = workspaces, 1, 6, easeOutQuart, slide
2023-10-27 23:33:33 -04:00
2024-10-21 04:04:41 -04:00
animation = fadeIn , 1, 10, easeOutExpo
animation = fadeOut, 1, 10, easeInExpo
}