From 27ad0783bcdd72abc7b46aebffa5b910d82a17a1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:37:35 +0100 Subject: [PATCH] change inactive border opacity Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 7e2f8a2..b7b0609 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -13,7 +13,7 @@ rounding = config.theme.rounding; blur = config.theme.blur; keyboardLayout = config.var.keyboardLayout; - background = "rgba(" + config.lib.stylix.colors.base00 + "77)"; + background = "rgba(" + config.lib.stylix.colors.base00 + "EE)"; in { imports = [ ./animations.nix