hyprland/decorations.nix: enable theming

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit fcbd4cd0af

View file

@ -2,7 +2,8 @@ _: {
programs.hyprland.settings = {
#Decoration settings
decoration = {
rounding = 0;
rounding = 10;
rounding_power = 3;
blur = {
enabled = false;
size = 3;
@ -16,15 +17,15 @@ _: {
];
# Hyprland anomations, using the above bezier curves
animations = {
enabled = false;
# animation = [
# "windows, 1, 4, dupa, popin"
# "windowsOut, 1, 4, dupa, slide"
# "border, 1, 15, default"
# "fade, 1, 10, default"
# "workspaces, 1, 5, dupa, slidevert"
# ];
enabled = true;
};
animation = [
"windows, 1, 4, dupa, popin"
"windowsOut, 1, 4, dupa, slide"
"border, 1, 15, default"
"fade, 1, 10, default"
"workspaces, 1, 5, dupa, slidevert"
];
cursor = {
hide_on_key_press = true;
@ -35,8 +36,10 @@ _: {
enable_swallow = true;
swallow_regex = "foot";
focus_on_activate = true;
vrr = 1;
vfr = true;
animate_manual_resizes = false;
animate_mouse_windowdragging = false;
force_default_wallpaper = 0;