update a lot of dotfiles and dirs

This commit is contained in:
João Dias
2024-07-24 20:17:01 -03:00
parent 84b6f1916d
commit c0476113b8
17 changed files with 1260 additions and 70 deletions
+11 -8
View File
@@ -7,7 +7,7 @@
# See https://wiki.hyprland.org/Configuring/Variables for more information on how to configure appearance
general {
gaps_in = 5
gaps_in = 4
gaps_out = 8
border_size = 2
@@ -34,10 +34,10 @@ decoration {
col.shadow = rgba(1a1a1aee)
blur {
enabled = true
size = 3
passes = 1
vibrancy = 0.1696
enabled = false
size = 3
passes = 1
vibrancy = 0.1696
}
}
@@ -45,13 +45,16 @@ animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = amazingBezier, 0.25, 0.59, 0.1, 1.05
animation = windows, 1, 5.5, myBezier
animation = windowsOut, 1, 5, default, popin 80%
animation = windows, 1, 5.5, amazingBezier, slide
animation = windowsOut, 1, 5, default, popin 70%
animation = layers, 1, 7, default, slide
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 3.5, default
animation = workspaces, 1, 6, default
animation = fadeLayers, 1, 7, amazingBezier
animation = workspaces, 1, 6, default, slidefade
}
dwindle {