From 17d2832b063987c969108f4f2fcf8f0da3f4c12b Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 16 May 2025 20:54:37 -0500 Subject: [PATCH] feat: fixed hyprland gap --- modules/home/gui/desktop/hypr/land/config/decoration.nix | 2 +- modules/home/gui/desktop/hypr/land/config/general.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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})";