feat: river and disable animation config

This commit is contained in:
hesam-init 2024-02-26 14:33:02 +03:30
parent 331d606d13
commit 7fc985327a
4 changed files with 26 additions and 3 deletions

View file

@ -1 +1 @@
source = ~/.config/hypr/conf/animations/animations-high.conf
source = ~/.config/hypr/conf/animations/animations-river.conf

View file

@ -0,0 +1,8 @@
# -----------------------------------------------------
# Animations
# name "disable"
# -----------------------------------------------------
animations {
enabled = false
}

View file

@ -1,7 +1,8 @@
# -----------------------------------------------------
# -----------------------------------------------------
# Animations
# name "Moving"
# -----------------------------------------------------
# -----------------------------------------------------
animations {
enabled = true
bezier = overshot, 0.05, 0.9, 0.1, 1.05

View file

@ -0,0 +1,14 @@
# -----------------------------------------------------
# Animations
# name "river"
# -----------------------------------------------------
animations {
enabled = true
bezier = overshot, 0.2, 0.9, 0.1, 1.05
animation = windows, 1, 7, overshot
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}