Format hyprland.nix

This commit is contained in:
floppydiskette 2023-09-07 14:29:40 +01:00
parent 93ea6a87d8
commit 47d826abe1
No known key found for this signature in database

View file

@ -35,10 +35,10 @@
decoration = { decoration = {
blur = { blur = {
enabled = true; enabled = true;
size = 3; size = 3;
passes = 1; passes = 1;
new_optimizations = 1; new_optimizations = 1;
}; };
drop_shadow = "yes"; drop_shadow = "yes";
shadow_range = 20; shadow_range = 20;
@ -49,12 +49,12 @@
animations = { animations = {
enabled = true; enabled = true;
animation = [ animation = [
"windows, 1, 7, default" "windows, 1, 7, default"
"windowsOut, 1, 7, default, popin 80%" "windowsOut, 1, 7, default, popin 80%"
"border, 1, 10, default" "border, 1, 10, default"
"borderangle, 1, 8, default" "borderangle, 1, 8, default"
"fade, 1, 7, default" "fade, 1, 7, default"
"workspaces, 1, 6, default" "workspaces, 1, 6, default"
]; ];
}; };