From 6432eb61713b43e00dfc942c77e7699c65ee2523 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 22 Apr 2025 11:49:15 +0300 Subject: [PATCH] style: decrease gaps --- user/sweetbread/modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/sweetbread/modules/hyprland.nix b/user/sweetbread/modules/hyprland.nix index a29a89f..562162e 100644 --- a/user/sweetbread/modules/hyprland.nix +++ b/user/sweetbread/modules/hyprland.nix @@ -23,7 +23,7 @@ general = { gaps_in = 5; - gaps_out = 20; + gaps_out = 10; border_size = 3; "col.active_border" = lib.mkForce "rgba(${colors.base0C}ee) rgba(${colors.base0B}ee) 45deg"; "col.inactive_border" = lib.mkForce "rgba(${colors.base05}aa)";