diff --git a/modules/home/gui/desktop/hypr/land/config/decoration.nix b/modules/home/gui/desktop/hypr/land/config/decoration.nix index 0e08c0e..38bba5c 100755 --- a/modules/home/gui/desktop/hypr/land/config/decoration.nix +++ b/modules/home/gui/desktop/hypr/land/config/decoration.nix @@ -2,7 +2,7 @@ active_opacity = 0.95; inactive_opacity = 0.90; fullscreen_opacity = 1; - rounding = 10; + rounding = 20; dim_inactive = 1; dim_strength = 0.05; diff --git a/modules/home/gui/desktop/hypr/land/config/general.nix b/modules/home/gui/desktop/hypr/land/config/general.nix index 95ca3f0..5fcc401 100755 --- a/modules/home/gui/desktop/hypr/land/config/general.nix +++ b/modules/home/gui/desktop/hypr/land/config/general.nix @@ -24,7 +24,7 @@ let el = palettes.${themeLogic}.colours; in { - gaps_in = 5; + gaps_in = 2.5; gaps_out = 5; border_size = 2; "col.active_border" = "rgb(${el.base0E})";