probably finalised, works good enough idk

This commit is contained in:
voidarclabs
2025-10-12 17:29:03 +01:00
parent 9195c90aab
commit b6a5f6b218
19 changed files with 272 additions and 1626 deletions

View File

@@ -38,7 +38,7 @@ exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
# Make things look nice
general {
gaps_in = 3
gaps_out = 8
gaps_out = 5, 8, 8, 8
border_size = 2
col.active_border = rgba(cba6f7ff) rgba(cba6f7ff) 45deg
col.inactive_border = rgba(45475acc) rgba(45475acc) 45deg
@@ -54,7 +54,7 @@ group {
}
decoration {
rounding = 5
rounding = 10
# Change transparency of focused and unfocused windows
active_opacity = 1.0
@@ -89,17 +89,15 @@ env XCURSOR_SIZE = 20
animations {
enabled = true
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
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 = windowsOut, 1, 2, smooth, slide
animation = border, 1, 2, smooth
animation = borderangle, 1, 8, my
animation = fade, 1, 1, my
animation = fade, 1, 2, my
animation = workspaces, 1, 2, smooth
animation = layersIn, 1, 2, smooth, slide top
animation = layersOut, 1, 2, smooth, slide
animation = layers, 1, 2, smooth, fade
animation = fadeLayers, 1, 2, smooth
}