mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 21:10:38 -04:00
Delete animations.conf
This commit is contained in:
parent
05ae13a0e3
commit
ab41059137
1 changed files with 0 additions and 68 deletions
|
@ -1,68 +0,0 @@
|
|||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 8
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = $foreground
|
||||
col.inactive_border = $color4 color6 $color7 $color1 30deg
|
||||
resize_on_border = true
|
||||
|
||||
layout = dwindle
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
}
|
||||
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 4
|
||||
passes = 3
|
||||
new_optimizations = true
|
||||
ignore_opacity = on
|
||||
xray = false
|
||||
brightness = 1
|
||||
vibrancy = 0.50
|
||||
vibrancy_darkness = 0.50
|
||||
contrast = 1.0
|
||||
|
||||
}
|
||||
|
||||
drop_shadow = no
|
||||
shadow_range = 8
|
||||
shadow_render_power = 1
|
||||
col.shadow = $color4
|
||||
active_opacity = 1
|
||||
inactive_opacity = 1
|
||||
|
||||
}
|
||||
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = workspaces, 1, 6, default, slidefade
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
# animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
# animation = border, 1, 1, liner
|
||||
# animation = borderangle, 1, 100, liner, loop
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue