switched to hyprpanel as main bar, waybar still in config for backup

This commit is contained in:
voidarclabs
2025-08-16 20:09:38 +01:00
parent ebe314bc68
commit e6cb8961f3
9 changed files with 923 additions and 8 deletions

View File

@@ -92,15 +92,15 @@ animations {
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = my, 0.25, 0.73, 0.68, 1
bezier = smooth, .23,.51,.4,.98
bezier = my, .34,.77,.74,1.47
animation = windows, 1, 2, my, slide
animation = windowsOut, 1, 2, my, slide
animation = border, 1, 3, my
animation = border, 1, 2, smooth
animation = borderangle, 1, 8, my
animation = fade, 1, 1, my
animation = fadeIn, 0, 1, my
animation = fadeOut, 0, 1, my
animation = workspaces, 1, 2, my
animation = layersIn, 1, 2, my, popin 90%
animation = layersOut, 1, 2, my, slide
animation = workspaces, 1, 2, smooth
animation = layersIn, 1, 2, smooth, slide top
animation = layersOut, 1, 2, smooth, slide
}