From 655beb9dc5d37f887c6d694b2efa4ddf1c381b9f Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Wed, 11 Mar 2026 21:31:45 +0300 Subject: [PATCH] Style hyprland --- modules/user/hyprland.nix | 8 ++++++++ user/sweetbread/modules/hyprland.nix | 11 +++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/modules/user/hyprland.nix b/modules/user/hyprland.nix index 63e19d9..55abe68 100644 --- a/modules/user/hyprland.nix +++ b/modules/user/hyprland.nix @@ -54,6 +54,13 @@ in { enable_stdout_logs = true; }; + general = { + "col.inactive_border" = lib.mkForce "rgba(00000000)"; + }; + + decoration.inactive_opacity = lib.mkDefault .95; + decoration.border_part_of_window = false; + misc = { focus_on_activate = true; }; @@ -92,6 +99,7 @@ in { "float, title:(pulsemixer)" "float, title:(clipse)" "size 622 652, title:(clipse)" + "rounding 0, focus:1" ]; exec-once = lib.mkBefore [ diff --git a/user/sweetbread/modules/hyprland.nix b/user/sweetbread/modules/hyprland.nix index e44dc07..bedd750 100644 --- a/user/sweetbread/modules/hyprland.nix +++ b/user/sweetbread/modules/hyprland.nix @@ -51,11 +51,10 @@ in { settings = { general = { - gaps_in = 5; + gaps_in = 2; 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)"; + "col.active_border" = lib.mkForce "rgba(${colors.base0C}aa) rgba(${colors.base0B}aa) 45deg"; layout = "dwindle"; }; @@ -70,11 +69,7 @@ new_optimizations = true; }; - shadow = { - enabled = true; - range = 4; - render_power = 3; - }; + shadow.enabled = false; }; animations = {