Compare commits
2 Commits
0f4eec6e05
...
7d81c0e9f5
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d81c0e9f5 | |||
| a57432b6ec |
@ -142,32 +142,21 @@ device {
|
|||||||
}
|
}
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = yes
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# A smoother bezier curve for sliding animations
|
||||||
|
bezier = smooth, 0.23, 1, 0.32, 1
|
||||||
|
|
||||||
bezier = easeOutQuint,0.23,1,0.32,1
|
# Use slide for everything
|
||||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
animation = windows, 1, 5, smooth, slide
|
||||||
bezier = linear,0,0,1,1
|
animation = workspaces, 1, 5, smooth, slide
|
||||||
bezier = almostLinear,0.5,0.5,0.75,1.0
|
animation = layers, 1, 5, smooth, slide
|
||||||
bezier = quick,0.15,0,0.1,1
|
|
||||||
|
|
||||||
animation = global, 1, 10, default
|
# Fading animation
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
animation = fade, 1, 5, default
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
# Border animation
|
||||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
animation = border, 1, 10, default
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
|
||||||
animation = fade, 1, 3.03, quick
|
|
||||||
animation = layers, 1, 3.81, easeOutQuint
|
|
||||||
animation = layersIn, 1, 4, easeOutQuint, fade
|
|
||||||
animation = layersOut, 1, 1.5, linear, fade
|
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
|
||||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
|
||||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
|
||||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
include colors.conf
|
include colors.conf
|
||||||
window_padding_width 10
|
window_padding_width 10
|
||||||
ynamic_background_opacity no
|
ynamic_background_opacity no
|
||||||
font_size 10
|
font_size 12
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="Maple Mono"
|
font_family family="Maple Mono"
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit a8f0a1d6e32e1466c3fc3c0c51b1302fda343d62
|
Subproject commit 45afaf955ebc34da43c8d4c8e03cdf3864dd0d38
|
||||||
Loading…
x
Reference in New Issue
Block a user