🎨 ux(hypr): change gaps-out and overshot animation
This commit is contained in:
parent
20917c7498
commit
ee00f6844c
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ animations {
|
||||||
|
|
||||||
bezier = default, 0.05, 0.9, 0.1, 1.05
|
bezier = default, 0.05, 0.9, 0.1, 1.05
|
||||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||||
bezier = overshot, 0.13, 0.99, 0.29, 1.1
|
bezier = overshot, 0.13, 0.99, 0.29, 1.05
|
||||||
bezier = liner, 1, 1, 1, 1
|
bezier = liner, 1, 1, 1, 1
|
||||||
|
|
||||||
animation = windows, 1, 7, wind, popin
|
animation = windows, 1, 7, wind, popin
|
||||||
|
|
|
@ -6,7 +6,7 @@ general {
|
||||||
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||||
|
|
||||||
gaps_in = 10
|
gaps_in = 10
|
||||||
gaps_out = 20
|
gaps_out = 15
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
Loading…
Add table
Reference in a new issue