From 9055c27dfd27658af6cf075cc0a1a47d328caabb Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 4 Jun 2024 09:35:35 +0200 Subject: [PATCH] [hyprland] fix: set inactive border to something which is also visible on the laptop --- nix/home/hyprland/hyprland-general.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/hyprland/hyprland-general.nix b/nix/home/hyprland/hyprland-general.nix index 04e5893..ff78ac9 100644 --- a/nix/home/hyprland/hyprland-general.nix +++ b/nix/home/hyprland/hyprland-general.nix @@ -16,7 +16,7 @@ border_size = 3 col.active_border = rgba(528bffaa) rgba(043a8baa) 45deg - col.inactive_border = rgba(2b2a33aa) + col.inactive_border = rgba(595959aa) gaps_in = 5 gaps_out = 20