From e677754de397d6dc1bd38447a2299f52a6315584 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 25 Jan 2025 20:00:59 +0300 Subject: [PATCH] style: Reduce gap --- home-manager/users/chest/modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/users/chest/modules/hyprland.nix b/home-manager/users/chest/modules/hyprland.nix index 848ba01..cd36e96 100644 --- a/home-manager/users/chest/modules/hyprland.nix +++ b/home-manager/users/chest/modules/hyprland.nix @@ -18,8 +18,8 @@ exec-once =["${lib.getExe pkgs.linux-wallpaperengine} /mnt/D/SteamLibrary/steamapps/workshop/content/431960/816353979 --assets-dir /mnt/D/SteamLibrary/steamapps/common/wallpaper_engine/assets --screen-root DP-1 --noautomute"]; general = { gaps_in = 5; - gaps_out = 20; - border_size = 3; + gaps_out = 5; + border_size = 2; "col.active_border" = "rgba(${colors.base0C}ee) rgba(${colors.base0B}ee) 45deg"; "col.inactive_border" = "rgba(${colors.base05}aa)";