mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 03:26:53 +02:00
feat: river and disable animation config
This commit is contained in:
parent
331d606d13
commit
7fc985327a
4 changed files with 26 additions and 3 deletions
|
@ -1 +1 @@
|
|||
source = ~/.config/hypr/conf/animations/animations-high.conf
|
||||
source = ~/.config/hypr/conf/animations/animations-river.conf
|
|
@ -0,0 +1,8 @@
|
|||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "disable"
|
||||
# -----------------------------------------------------
|
||||
|
||||
animations {
|
||||
enabled = false
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Moving"
|
||||
# -----------------------------------------------------
|
||||
# -----------------------------------------------------
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.05
|
||||
|
|
14
hyprland/.config/hypr/conf/animations/animations-river.conf
Normal file
14
hyprland/.config/hypr/conf/animations/animations-river.conf
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue